Reveal.js files upgraded to v3.9.2

This commit is contained in:
mrBrutus
2020-02-15 15:44:31 +01:00
parent 9054d2b783
commit 70828de759
63 changed files with 635 additions and 305 deletions
@@ -28,6 +28,8 @@ $heading2Size: 2.11em;
$heading3Size: 1.55em;
$heading4Size: 1.00em;
$codeFont: monospace;
// Links and actions
$linkColor: #13DAEC;
$linkColorHover: lighten( $linkColor, 20% );
@@ -40,4 +42,4 @@ $selectionColor: #fff;
// to return a background image or gradient
@mixin bodyBackground() {
background: $backgroundColor;
}
}