Files
Theme/src/theme/_global.scss
2019-07-05 12:12:26 +02:00

5 lines
70 B
SCSS

html,
body {
background: $background;
color: $on-background;
}