mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-25 15:41:03 +00:00
11 lines
219 B
SCSS
11 lines
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;
|
||
|
}
|