aboutsummaryrefslogtreecommitdiff
path: root/css/theme/source/night.scss
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-11-10 19:49:44 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-11-10 19:49:44 -0500
commitbe4c55cd6509d57cd49718c347209eaa9fd5e397 (patch)
treeae075bfc0db40731bd6a0fbbfd38e3318bbea868 /css/theme/source/night.scss
parent403cb5a8c46a5a19c2374eceefe5f370155957e6 (diff)
downloadfosdem-2021-minimalism-presentation-be4c55cd6509d57cd49718c347209eaa9fd5e397.tar
fosdem-2021-minimalism-presentation-be4c55cd6509d57cd49718c347209eaa9fd5e397.tar.gz
add night theme
Diffstat (limited to 'css/theme/source/night.scss')
-rw-r--r--css/theme/source/night.scss35
1 files changed, 35 insertions, 0 deletions
diff --git a/css/theme/source/night.scss b/css/theme/source/night.scss
new file mode 100644
index 0000000..6646857
--- /dev/null
+++ b/css/theme/source/night.scss
@@ -0,0 +1,35 @@
+/**
+ * Black theme for reveal.js.
+ *
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
+ */
+
+
+// Default mixins and settings -----------------
+@import "../template/mixins";
+@import "../template/settings";
+// ---------------------------------------------
+
+
+// Include theme-specific fonts
+@import url(http://fonts.googleapis.com/css?family=Montserrat:700);
+@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
+
+
+// Override theme settings (see ../template/settings.scss)
+$backgroundColor: #111;
+
+$mainFont: 'Open Sans', Times, 'Times New Roman', serif;
+$linkColor: #e7ad52;
+$linkColorHover: lighten( $linkColor, 20% );
+$headingFont: 'Montserrat', Impact, sans-serif;
+$headingTextShadow: none;
+$headingLetterSpacing: -0.03em;
+$headingTextTransform: none;
+$selectionBackgroundColor: #e7ad52;
+$mainFontSize: 30px;
+
+
+// Theme template ------------------------------
+@import "../template/theme";
+// --------------------------------------------- \ No newline at end of file