Compare commits
9 Commits
main
...
5b8761f22c
Author | SHA1 | Date | |
---|---|---|---|
5b8761f22c | |||
7aa0de1a32 | |||
c07028d0f2 | |||
8491ab0b7e | |||
45f6ba6c20 | |||
2f25bdae48 | |||
bf61b0a682 | |||
05fcb2fd86 | |||
a0354a1773 |
54
assets/themes/green-resilien.scss
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
/**
|
||||||
|
* Black theme for reveal.js. This is the opposite of the 'white' theme.
|
||||||
|
*
|
||||||
|
* By Hakim El Hattab, http://hakim.se
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// Default mixins and settings -----------------
|
||||||
|
@import "../../themes/reveal-hugo/assets/reveal-js/css/theme/template/mixins";
|
||||||
|
@import "../../themes/reveal-hugo/assets/reveal-js/css/theme/template/settings";
|
||||||
|
// ---------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
// Include theme-specific fonts
|
||||||
|
// @import url(../../lib/font/source-sans-pro/source-sans-pro.css);
|
||||||
|
|
||||||
|
|
||||||
|
// Override theme settings (see ../template/settings.scss)
|
||||||
|
$backgroundColor: #004643;
|
||||||
|
|
||||||
|
$mainColor: #fff;
|
||||||
|
$headingColor: #fff;
|
||||||
|
|
||||||
|
$mainFontSize: 32px;
|
||||||
|
$mainFont: 'Source Sans Pro', Helvetica, sans-serif;
|
||||||
|
$headingFont: 'Source Sans Pro', Helvetica, sans-serif;
|
||||||
|
$headingTextShadow: none;
|
||||||
|
$headingLetterSpacing: normal;
|
||||||
|
$headingTextTransform: none;
|
||||||
|
$headingFontWeight: 600;
|
||||||
|
$linkColor: #42affa;
|
||||||
|
$linkColorHover: lighten( $linkColor, 15% );
|
||||||
|
$selectionBackgroundColor: lighten( $linkColor, 25% );
|
||||||
|
|
||||||
|
$heading1Size: 2.5em;
|
||||||
|
$heading2Size: 1.6em;
|
||||||
|
$heading3Size: 1.3em;
|
||||||
|
$heading4Size: 1.0em;
|
||||||
|
|
||||||
|
section.has-light-background {
|
||||||
|
&, h1, h2, h3, h4, h5, h6 {
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
section.present.bottom {
|
||||||
|
top: auto !important;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// Theme template ------------------------------
|
||||||
|
@import "../../themes/reveal-hugo/assets/reveal-js/css/theme/template/theme";
|
||||||
|
// ---------------------------------------------
|
After Width: | Height: | Size: 791 KiB |
After Width: | Height: | Size: 656 KiB |
After Width: | Height: | Size: 1.1 MiB |
After Width: | Height: | Size: 767 KiB |
After Width: | Height: | Size: 1.0 MiB |
After Width: | Height: | Size: 697 KiB |
Before Width: | Height: | Size: 375 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 733 KiB |
After Width: | Height: | Size: 79 KiB |
After Width: | Height: | Size: 189 KiB |
After Width: | Height: | Size: 126 KiB |
After Width: | Height: | Size: 199 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 38 KiB |