6 lines
74 B
SCSS
6 lines
74 B
SCSS
@use 'common';
|
|
|
|
html {
|
|
background-color: #2c2c2c;
|
|
color: ghostwhite;
|
|
} |