5 lines
52 B
SCSS
5 lines
52 B
SCSS
|
body {
|
||
|
background: $page-bg;
|
||
|
color: $core-text;
|
||
|
}
|