web issue fixes

This commit is contained in:
2026-04-15 00:44:07 -06:00
parent 3111553009
commit f45330a451
4 changed files with 25 additions and 10 deletions

View File

@@ -12,12 +12,6 @@
--font-mono: var(--font-geist-mono);
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
body {
background: var(--background);