| // Base settings for all themes that can optionally be |
| // overridden by the super-theme |
| // Background of the presentation |
| $backgroundColor: #2b2b2b; |
| $mainFont: 'Lato', sans-serif; |
| // Vertical spacing between blocks of text |
| $headingMargin: 0 0 $blockMargin 0; |
| $headingFont: 'League Gothic', Impact, sans-serif; |
| $headingLetterSpacing: normal; |
| $headingTextTransform: uppercase; |
| $headingTextShadow: none; |
| $headingFontWeight: normal; |
| $heading1TextShadow: $headingTextShadow; |
| $linkColorHover: lighten( $linkColor, 20% ); |
| $selectionBackgroundColor: #FF5E99; |
| // Generates the presentation background, can be overridden |
| // to return a background image or gradient |
| @mixin bodyBackground() { |
| background: $backgroundColor; |