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

all themes now have contrasting text colors based on slide bg

This commit is contained in:
Hakim El Hattab
2020-06-05 10:02:49 +02:00
parent ac79c7cd8b
commit 166af89353
18 changed files with 70 additions and 16 deletions

View File

@@ -50,7 +50,8 @@ $linkColor: $blue;
$linkColorHover: lighten( $linkColor, 20% );
$selectionBackgroundColor: $magenta;
// Change text colors against light slide backgrounds
@include light-bg-text-color(#222);
// Theme template ------------------------------
@import "../template/theme";