From 99d0ae0b7d7aac618d9a5352bfc00e6d89a27cf5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sat, 21 Sep 2024 20:25:06 +0200 Subject: Remove partial dark mode support --- app/globals.css | 9 +-------- 1 file changed, 1 insertion(+), 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 -- cgit v1.3.1