Complete redesign, wow!

This commit is contained in:
Pascal Engélibert 2024-12-26 13:37:14 +01:00
commit 49049eadb3
37 changed files with 1363 additions and 485 deletions

16
sass/css/_base.scss Normal file
View 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;
}