summary refs log tree commit diff stats
path: root/geschichte/css/theme/source/night.scss
diff options
context:
space:
mode:
Diffstat (limited to 'geschichte/css/theme/source/night.scss')
-rw-r--r--geschichte/css/theme/source/night.scss37
1 files changed, 0 insertions, 37 deletions
diff --git a/geschichte/css/theme/source/night.scss b/geschichte/css/theme/source/night.scss
deleted file mode 100644
index 98a2062..0000000
--- a/geschichte/css/theme/source/night.scss
+++ /dev/null
@@ -1,37 +0,0 @@
-/**
- * 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;
-
-// Change text colors against light slide backgrounds
-@include light-bg-text-color(#222);
-
-
-// Theme template ------------------------------
-@import "../template/theme";
-// ---------------------------------------------
\ No newline at end of file