revert: css light theme styling
This commit is contained in:
parent
54c7452244
commit
52fb1f7b6d
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user