Miscellaneous

· 1 month ago
anonymous

this site looks like shit

atleast use a different font and make dark mode
:root {
font-family: system-ui, Arial, sans-serif;

color-scheme: light dark;
color: rgba(255, 255, 255, 0.87);
background-color: #242424;

}

@media (prefers-color-scheme: light) {
:root {
color: #213547;
background-color: #ffffff;
}
}

·
0

Replies

anonymous
· 1 month ago

noted. It's only the beginning!

·
0
anonymous
· 1 month ago

ahhhhh you finally added it

·
0
anonymous
· 1 month ago

logo

test

·
0