From de5502aec7ebe80966782ddc53f6b09a1b381532 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 12 May 2024 19:39:23 -0700 Subject: [PATCH] dark less blue --- frontend/src/globals.css | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/globals.css b/frontend/src/globals.css index 8104c6a58..0dc810e07 100644 --- a/frontend/src/globals.css +++ b/frontend/src/globals.css @@ -70,32 +70,32 @@ LIT: 6.2%, 11.2%, 20.2%, 40.2%, 60.2%, 80.2% 90.2%, 98.2% */ .dark { - --background: 220.1 40.1% 6.2%; - --foreground: 220.1 40.1% 98.2%; + --background: 220.1 20.1% 6.2%; + --foreground: 220.1 20.1% 98.2%; - --card: 220.1 40.1% 8.2%; - --card-foreground: 220.1 40.1% 98.2%; + --card: 220.1 20.1% 8.2%; + --card-foreground: 220.1 20.1% 98.2%; - --popover: 220.1 40.1% 6.2%; - --popover-foreground: 220.1 40.1% 98.2%; + --popover: 220.1 20.1% 6.2%; + --popover-foreground: 220.1 20.1% 98.2%; - --primary: 220.1 40.1% 98.2%; - --primary-foreground: 220.1 40.1% 11.2%; + --primary: 220.1 20.1% 98.2%; + --primary-foreground: 220.1 20.1% 11.2%; - --secondary: 220.1 40.1% 20.2%; - --secondary-foreground: 220.1 40.1% 98.2%; + --secondary: 220.1 20.1% 20.2%; + --secondary-foreground: 220.1 20.1% 98.2%; - --muted: 220.1 40.1% 20.2%; + --muted: 220.1 20.1% 20.2%; --muted-foreground: 220.1 20.1% 60.2; - --accent: 220.1 40.1% 20.2%; - --accent-foreground: 220.1 40.1% 98.2%; + --accent: 220.1 20.1% 20.2%; + --accent-foreground: 220.1 20.1% 98.2%; --destructive: 0 60.1% 30.6%; - --destructive-foreground: 220.1 40.1% 98.2%; + --destructive-foreground: 220.1 20.1% 98.2%; - --border: 220.1 40.1% 17.2%; - --input: 220.1 40.1% 15.2%; - --ring: 220.1 40.1% 80.2%; + --border: 220.1 20.1% 17.2%; + --input: 220.1 20.1% 15.2%; + --ring: 220.1 20.1% 80.2%; } }