diff --git a/src/app/globals.css b/src/app/globals.css index 43bf576..6311183 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,25 +4,26 @@ @layer base { :root { - --background: 226 100% 94.1%; - --foreground: 222 84% 4.9%; - --card: 0 0% 100%; - --card-foreground: 222 84% 4.9%; - --popover: 0 0% 100%; - --popover-foreground: 222 84% 4.9%; + --background: 222 47% 11%; + --foreground: 0 0% 98%; + --card: 224 35% 15%; + --card-foreground: 0 0% 98%; + --popover: 222 47% 11%; + --popover-foreground: 0 0% 98%; --primary: 221 100% 58%; - --primary-foreground: 0 0% 98%; - --secondary: 226 40% 90%; - --secondary-foreground: 222 84% 4.9%; - --muted: 226 40% 90%; - --muted-foreground: 222 20% 46.1%; + --primary-foreground: 0 0% 9%; + --secondary: 222 25% 20%; + --secondary-foreground: 0 0% 98%; + --muted: 222 25% 20%; + --muted-foreground: 222 10% 63.9%; --accent: 263 47% 53%; --accent-foreground: 0 0% 98%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 0 0% 98%; - --border: 226 30% 85%; - --input: 226 30% 85%; + --border: 224 35% 20%; + --input: 222 25% 20%; --ring: 221 100% 58%; + --radius: 0.5rem; } .dark { @@ -40,7 +41,7 @@ --muted-foreground: 222 10% 63.9%; --accent: 263 47% 53%; --accent-foreground: 0 0% 98%; - --destructive: 0 62.8% 30.6%; + --destructive: 0 72.2% 50.6%; --destructive-foreground: 0 0% 98%; --border: 224 35% 20%; --input: 222 25% 20%;