overhauled old theme

This commit is contained in:
sundae 2025-10-14 19:40:29 +03:00
parent f18a342ae5
commit fb24c6a302
No known key found for this signature in database
82 changed files with 1378 additions and 1371 deletions

View file

@ -1,6 +1,7 @@
@import url("./variables.css");
#index {
font-family: "Nosey Rodent", sans-serif;
margin: 0;
padding: 0;
color: var(--primary-dark-300);
@ -9,7 +10,7 @@
height: 100%;
display: flex;
flex-direction: column;
background-image: var(--sunny);
background-image: url("/assets/img/theme/citrus/sundae.png");
background-repeat: no-repeat;
background-position: center;
background-size: contain;