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%; } }