web issue fixes

This commit is contained in:
2026-04-15 00:44:07 -06:00
parent 023fdf5ee9
commit 2e13c0cea0
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);