diff options
| author | Yuval Adam <_@yuv.al> | 2024-09-21 20:25:06 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-09-21 20:25:06 +0200 |
| commit | 99d0ae0b7d7aac618d9a5352bfc00e6d89a27cf5 (patch) | |
| tree | 68811da709775902531f2b0e90d88365ae444660 | |
| parent | 32ff59ad7a606357593e8db300fa7166b43c3039 (diff) | |
Remove partial dark mode support
| -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 |
