diff options
| -rw-r--r-- | app/globals.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app/globals.css b/app/globals.css index 13d40b8..d35f829 100644 --- a/app/globals.css +++ b/app/globals.css @@ -7,13 +7,6 @@ --foreground: #171717; } -@media (prefers-color-scheme: dark) { - :root { - --background: #0a0a0a; - --foreground: #ededed; - } -} - body { color: var(--foreground); background: var(--background); @@ -24,4 +17,4 @@ body { .text-balance { text-wrap: balance; } -} +}
\ No newline at end of file |
