delete darkmode

This commit is contained in:
2025-11-22 17:42:00 +09:00
parent 6a546b6fcd
commit 071a686ffa

View File

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