tidying up stuff i forgot to change

This commit is contained in:
sundae 2025-08-10 17:05:40 +03:00
parent c091831537
commit f20b697aed
No known key found for this signature in database
77 changed files with 1014 additions and 660 deletions

View file

@ -3,6 +3,8 @@
@import url("./theme-dark.css");
#index {
color: var(--primary-dark-300);
background-color: rgb(255, 190, 0);
width: 100%;
margin: 0;
padding: 0;
@ -14,7 +16,6 @@
width: inherit;
flex-direction: column;
background-image: var(--sunny);
background-color: rgb(255, 190, 0);
background-repeat: no-repeat;
background-position: center;
background-size: contain;