website/sass/css/_base.scss

16 lines
316 B
SCSS

@use "_fonts";
@use "_consts" as c;
html {
background-color: #000;
background-image: url("/img/pia23121.webp");
background-repeat: repeat;
}
html, body {
font-family: "Libertinus Sans", "Linux Biolinum", "Liberation Sans", "Helvetica", "Arial";
font-size: 110%;
margin: 0;
padding: 0;
min-height: 100vh;
}