5 lines
70 B
SCSS
5 lines
70 B
SCSS
html,
|
|
body {
|
|
background: $background;
|
|
color: $on-background;
|
|
} |