began rewrite

This commit is contained in:
2024-01-29 21:49:35 +01:00
parent 5fc0d4ac9f
commit de681d6326
18 changed files with 2476 additions and 1844 deletions

23
src/styles/main.scss Normal file
View File

@@ -0,0 +1,23 @@
@import './_var.scss';
:root {
color-scheme: dark;
}
body {
background-color: $primary;
font-family: "Satoshi-Regular", "Arial";
}
h1 {
font-family: "Tanker-Regular", "Arial";
font-size: 72px;
}
.content {
background-color: $highlight-primary;
margin: 10vw;
margin-right: 30vw;
padding: 2vw;
border-radius: 25px;
}