10 lines
191 B
SCSS
10 lines
191 B
SCSS
@use "general";
|
|
@use "main-palette" as mp;
|
|
|
|
body {
|
|
background-color: mp.$bg;
|
|
/*background-image: url("/img/bgpat.png");
|
|
background-repeat: repeat;*/
|
|
|
|
a { color: mp.$link; }
|
|
}
|