mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 17:05:06 +01:00
use native CSS vars from exposer
This commit is contained in:
parent
15815efe05
commit
3535536444
2 changed files with 38 additions and 35 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue