diff --git a/src/styles/globals.css b/src/styles/globals.css index f83f431..c027e4b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -4,15 +4,15 @@ @layer base { :root { - --background: 0 0% 90%; + --background: 0 0% 100%; --foreground: 240 10% 3.9%; --card: 0 0% 100%; --card-foreground: 240 10% 3.9%; - --popover: 0 0% 95%; + --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; - --primary: 33 44% 42%; + --primary: 33 44% 22%; --primary-foreground: 355.7 100% 97.3%; - --secondary: 240 4.8% 80.9%; + --secondary: 240 4.8% 95.9%; --secondary-foreground: 240 5.9% 10%; --muted: 240 4.8% 95.9%; --muted-foreground: 240 3.8% 46.1%; @@ -72,6 +72,6 @@ @apply bg-background text-foreground/90; } *::selection { - @apply bg-primary/30; + @apply bg-primary/20; } }