summaryrefslogtreecommitdiffstats
path: root/presentations/2016-11-30-Profitbricks/css/theme/source/night.scss
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-24 02:01:54 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-24 02:01:54 +0100
commite9fa05b0a068fde0197ea01f2ff31e2513b7965f (patch)
treebcea53e8c377b330fb5cda1e1cc47e15c147e1d3 /presentations/2016-11-30-Profitbricks/css/theme/source/night.scss
parent33db20cf1eacb112a71657056e02b984649690d5 (diff)
downloadjenkins.debian.net-e9fa05b0a068fde0197ea01f2ff31e2513b7965f.tar.xz
copied from git.debian.org/git/reproducible/presentations.git / 2016-11-13-MiniDebConfCambridge there, Copyright & thanks to Chris Lamb
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'presentations/2016-11-30-Profitbricks/css/theme/source/night.scss')
-rw-r--r--presentations/2016-11-30-Profitbricks/css/theme/source/night.scss35
1 files changed, 35 insertions, 0 deletions
diff --git a/presentations/2016-11-30-Profitbricks/css/theme/source/night.scss b/presentations/2016-11-30-Profitbricks/css/theme/source/night.scss
new file mode 100644
index 00000000..b0cb57f5
--- /dev/null
+++ b/presentations/2016-11-30-Profitbricks/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(https://fonts.googleapis.com/css?family=Montserrat:700);
+@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
+
+
+// Override theme settings (see ../template/settings.scss)
+$backgroundColor: #111;
+
+$mainFont: 'Open Sans', sans-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