This commit is contained in:
2025-10-06 11:01:12 +08:00
parent 6b80f4cfa8
commit 369aa7ace4
2 changed files with 3 additions and 3 deletions

View File

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