12 lines
126 B
SCSS
12 lines
126 B
SCSS
@import "variables.module.scss";
|
|
|
|
|
|
*, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
background: $bg1;
|
|
color: $fg1;
|
|
} |