revert: css light theme styling

This commit is contained in:
Refansa 2024-08-10 21:10:09 +07:00
parent 54c7452244
commit 52fb1f7b6d

View File

@ -4,15 +4,15 @@
@layer base { @layer base {
:root { :root {
--background: 0 0% 90%; --background: 0 0% 100%;
--foreground: 240 10% 3.9%; --foreground: 240 10% 3.9%;
--card: 0 0% 100%; --card: 0 0% 100%;
--card-foreground: 240 10% 3.9%; --card-foreground: 240 10% 3.9%;
--popover: 0 0% 95%; --popover: 0 0% 100%;
--popover-foreground: 240 10% 3.9%; --popover-foreground: 240 10% 3.9%;
--primary: 33 44% 42%; --primary: 33 44% 22%;
--primary-foreground: 355.7 100% 97.3%; --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%; --secondary-foreground: 240 5.9% 10%;
--muted: 240 4.8% 95.9%; --muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%; --muted-foreground: 240 3.8% 46.1%;
@ -72,6 +72,6 @@
@apply bg-background text-foreground/90; @apply bg-background text-foreground/90;
} }
*::selection { *::selection {
@apply bg-primary/30; @apply bg-primary/20;
} }
} }