diff options
author | Marvin Borner | 2021-07-13 19:40:17 +0200 |
---|---|---|
committer | Marvin Borner | 2021-07-13 19:40:17 +0200 |
commit | 08cd951ea8410bc87e316e6c11d34a118437ba8b (patch) | |
tree | f57baaee689ee81b590bb5d01df3591da10cccc7 /presentation/css/theme/source/night.scss | |
parent | 1b429c0fc28e5cd8b474ad5a1de1fa6f3d7c2e2a (diff) |
Added colloq summary and final presentation
Diffstat (limited to 'presentation/css/theme/source/night.scss')
-rw-r--r-- | presentation/css/theme/source/night.scss | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/presentation/css/theme/source/night.scss b/presentation/css/theme/source/night.scss new file mode 100644 index 0000000..98a2062 --- /dev/null +++ b/presentation/css/theme/source/night.scss @@ -0,0 +1,37 @@ +/** + * 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 |