Newer
Older
/**
* Black theme for reveal.js.
*
* Copyright (C) 2014 Hakim El Hattab, http://hakim.se
*/
// Default mixins and settings -----------------
@import "../template/mixins";
@import "../template/settings";
// ---------------------------------------------
// Include theme-specific fonts

Hakim El Hattab
committed
@import url(https://fonts.googleapis.com/css?family=Montserrat:400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
// Override theme settings (see ../template/settings.scss)
$backgroundColor: #111;

Hakim El Hattab
committed
$mainColor: #fff;
$headingColor: #fff;

Hakim El Hattab
committed
$mainFontSize: 34px;
$headingFont: 'Montserrat', Helvetica, sans-serif;
$headingTextShadow: none;
$headingLetterSpacing: normal;

Hakim El Hattab
committed
$headingTextTransform: uppercase;
$linkColor: #3992fb;
$linkColorHover: lighten( $linkColor, 15% );
$selectionBackgroundColor: lighten( $linkColor, 25% );

Hakim El Hattab
committed
$heading1Size: 2.8em;
$heading2Size: 1.8em;
$heading3Size: 1.5em;
$heading4Size: 1.0em;
// Theme template ------------------------------
@import "../template/theme";
// ---------------------------------------------