6 lines
72 B
SCSS
6 lines
72 B
SCSS
body {
|
|
background-color: $bg;
|
|
color: $fg;
|
|
font-size: $fontsize;
|
|
}
|