yuki.k4w411.net/css/main.scss
2025-10-10 19:30:14 -03:00

21 lines
No EOL
379 B
SCSS

@use "general";
@use "fonts";
@use "main-palette" as mp;
body {
background-color: mp.$bg;
/*background-image: url("/img/bgpat.png");
background-repeat: repeat;*/
a { color: mp.$link; }
}
.header-wrapper{
display: inline;
.header-banner {
display: inherit;
border: 1px solid mp.$border;
border-radius: 0% 0% 20px 0%;
}
}