Dateien nach "web_app/src" hochladen

This commit is contained in:
Manuel Kamper 2024-08-20 19:31:25 +02:00
parent 35e2c3dd6c
commit 9af0b06154

View File

@ -71,8 +71,8 @@ html { font-family: "Inter", "system-ui"; overflow: hidden; }
} }
[data-theme='dark'] { [data-theme='dark'] {
--background: 240 10% 3.9%; --background: 240 10% 90.0%;
--foreground: 0 0% 98%; --foreground: 0 0% 38%;
--card: 224 71.4% 4.1%; --card: 224 71.4% 4.1%;
--card-foreground: 210 20% 98%; --card-foreground: 210 20% 98%;
@ -95,7 +95,7 @@ html { font-family: "Inter", "system-ui"; overflow: hidden; }
--destructive: 0 62.8% 30.6%; --destructive: 0 62.8% 30.6%;
--destructive-foreground: 0 85.7% 97.3%; --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%; --input: 240 3.7% 15.9%;
--ring: 240 4.9% 83.9%; --ring: 240 4.9% 83.9%;
} }