mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-09-01 02:32:54 +02:00
reader progress theming, automatically invert based on slide bg
This commit is contained in:
@@ -38,6 +38,11 @@ $linkColorHover: lighten( $linkColor, 20% );
|
||||
$selectionBackgroundColor: #FF5E99;
|
||||
$selectionColor: #fff;
|
||||
|
||||
// Colors used for UI elements that are overlaid on top of
|
||||
// the presentation
|
||||
$overlayElementBgColor: 240, 240, 240;
|
||||
$overlayElementFgColor: 0, 0, 0;
|
||||
|
||||
// Generates the presentation background, can be overridden
|
||||
// to return a background image or gradient
|
||||
@mixin bodyBackground() {
|
||||
|
Reference in New Issue
Block a user