1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-01 18:54:29 +02:00

use native CSS vars from exposer

This commit is contained in:
Sven Kraus
2020-07-29 13:31:29 +02:00
parent 15815efe05
commit 3535536444
2 changed files with 38 additions and 35 deletions

View File

@@ -21,6 +21,7 @@
--heading4-size: #{$heading4Size};
--code-font: #{$codeFont};
--link-color: #{$linkColor};
--link-color-dark: #{darken($linkColor , 15% )};
--link-color-hover: #{$linkColorHover};
--selection-background-color: #{$selectionBackgroundColor};
--selection-color: #{$selectionColor};