Complete redesign, wow!
This commit is contained in:
parent
a2b9bc7422
commit
49049eadb3
37 changed files with 1363 additions and 485 deletions
16
sass/css/_base.scss
Normal file
16
sass/css/_base.scss
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue