files/reveal.js/css/theme/source/black.scss in reveal-ck-0.6.2 vs files/reveal.js/css/theme/source/black.scss in reveal-ck-3.0.0
- old
+ new
@@ -1,43 +1,48 @@
/**
- * Black theme for reveal.js.
+ * Black theme for reveal.js. This is the opposite of the 'white' theme.
*
- * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
*/
// Default mixins and settings -----------------
@import "../template/mixins";
@import "../template/settings";
// ---------------------------------------------
// Include theme-specific fonts
-@import url(https://fonts.googleapis.com/css?family=Montserrat:400);
-@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
+@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
// Override theme settings (see ../template/settings.scss)
-$backgroundColor: #111;
+$backgroundColor: #222;
$mainColor: #fff;
$headingColor: #fff;
-$mainFont: 'Open Sans', Helvetica, sans-serif;
-$mainFontSize: 34px;
-$headingFont: 'Montserrat', Helvetica, sans-serif;
+$mainFontSize: 38px;
+$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
+$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
$headingTextShadow: none;
$headingLetterSpacing: normal;
$headingTextTransform: uppercase;
-$linkColor: #3992fb;
+$headingFontWeight: 600;
+$linkColor: #42affa;
$linkColorHover: lighten( $linkColor, 15% );
$selectionBackgroundColor: lighten( $linkColor, 25% );
-$heading1Size: 2.8em;
-$heading2Size: 1.8em;
-$heading3Size: 1.5em;
+$heading1Size: 2.5em;
+$heading2Size: 1.6em;
+$heading3Size: 1.3em;
$heading4Size: 1.0em;
+section.has-light-background {
+ &, h1, h2, h3, h4, h5, h6 {
+ color: #222;
+ }
+}
// Theme template ------------------------------
@import "../template/theme";
// ---------------------------------------------
\ No newline at end of file