zucchetti-sa5/src/scss/style.scss
2022-10-15 10:40:52 +02:00

12 lines
126 B
SCSS

@import "variables.module.scss";
*, body {
padding: 0;
margin: 0;
}
body {
background: $bg1;
color: $fg1;
}