JJ Allaire | efa6ad4 | 2016-01-30 13:12:05 -0500 | [diff] [blame] | 1 | /** |
| 2 | * Black theme for reveal.js. |
| 3 | * |
| 4 | * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se |
| 5 | */ |
| 6 | |
| 7 | |
| 8 | // Default mixins and settings ----------------- |
| 9 | @import "../template/mixins"; |
| 10 | @import "../template/settings"; |
| 11 | // --------------------------------------------- |
| 12 | |
| 13 | |
| 14 | // Include theme-specific fonts |
| 15 | @import url(https://fonts.googleapis.com/css?family=Montserrat:700); |
| 16 | @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); |
| 17 | |
| 18 | |
| 19 | // Override theme settings (see ../template/settings.scss) |
| 20 | $backgroundColor: #111; |
| 21 | |
| 22 | $mainFont: 'Open Sans', sans-serif; |
| 23 | $linkColor: #e7ad52; |
| 24 | $linkColorHover: lighten( $linkColor, 20% ); |
| 25 | $headingFont: 'Montserrat', Impact, sans-serif; |
| 26 | $headingTextShadow: none; |
| 27 | $headingLetterSpacing: -0.03em; |
| 28 | $headingTextTransform: none; |
| 29 | $selectionBackgroundColor: #e7ad52; |
| 30 | $mainFontSize: 30px; |
| 31 | |
| 32 | |
| 33 | // Theme template ------------------------------ |
| 34 | @import "../template/theme"; |
| 35 | // --------------------------------------------- |