Lots of improvements

This commit is contained in:
Andras Schmelczer 2026-03-10 22:05:51 +00:00
parent ef921361ec
commit 80a5a2a774
21 changed files with 489 additions and 337 deletions

View file

@ -13,6 +13,11 @@ body,
overscroll-behavior: none;
}
html {
background-color: #fafaf9;
color-scheme: light;
}
html.dark {
background-color: #0a0e1a;
color-scheme: dark;