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