mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2025-02-16 12:35:13 +00:00
11 lines
No EOL
219 B
SCSS
11 lines
No EOL
219 B
SCSS
/* define scss variables in palette.scss of subtheme */
|
|
:root {
|
|
--bgPage: $bgPage;
|
|
--bg: $bg;
|
|
--bgHead: $bgHead;
|
|
--text: $text;
|
|
--textBold: $textBold;
|
|
--textMuted: $textMuted;
|
|
--textHead: $textHead;
|
|
--accent: $accent;
|
|
} |