6 lines
69 B
SCSS
6 lines
69 B
SCSS
@use 'common';
|
|
|
|
html {
|
|
background-color: #d3d3d3;
|
|
color: black;
|
|
} |