mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-22 06:10:59 +00:00
33ad106a25
Added all custom themes from the collection.
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;
|
|
} |