1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-30 09:49:57 +02:00

use latest version from dev

This commit is contained in:
Hakim El Hattab
2019-03-20 09:17:45 +01:00
parent 8a70c336bc
commit 844591266b
30 changed files with 1404 additions and 744 deletions

View File

@@ -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;
}
}