We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98e6f0e commit e5a0b76Copy full SHA for e5a0b76
client/src/index.css
@@ -72,7 +72,7 @@ button:focus-visible {
72
73
@layer base {
74
:root {
75
- --background: 0 0% 100%;
+ --background: 0 100% 50%;
76
--foreground: 222.2 84% 4.9%;
77
--card: 0 0% 100%;
78
--card-foreground: 222.2 84% 4.9%;
@@ -99,7 +99,7 @@ button:focus-visible {
99
--radius: 0.5rem;
100
}
101
.dark {
102
- --background: 222.2 84% 4.9%;
+ --background: 0 100% 30%;
103
--foreground: 210 40% 98%;
104
--card: 222.2 84% 4.9%;
105
--card-foreground: 210 40% 98%;
0 commit comments