diff --git a/web_app/src/globals.css b/web_app/src/globals.css index 9e58043..0b9142f 100644 --- a/web_app/src/globals.css +++ b/web_app/src/globals.css @@ -71,8 +71,8 @@ html { font-family: "Inter", "system-ui"; overflow: hidden; } } [data-theme='dark'] { - --background: 240 10% 3.9%; - --foreground: 0 0% 98%; + --background: 240 10% 90.0%; + --foreground: 0 0% 38%; --card: 224 71.4% 4.1%; --card-foreground: 210 20% 98%; @@ -95,7 +95,7 @@ html { font-family: "Inter", "system-ui"; overflow: hidden; } --destructive: 0 62.8% 30.6%; --destructive-foreground: 0 85.7% 97.3%; - --border: 240 3.7% 15.9%; + --border: 240 3.7% 65.9%; --input: 240 3.7% 15.9%; --ring: 240 4.9% 83.9%; }