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 7a8a867 commit 1d10e24Copy full SHA for 1d10e24
app/globals.css
@@ -1,6 +1,7 @@
1
@tailwind base;
2
@tailwind components;
3
@tailwind utilities;
4
+
5
@layer base {
6
:root {
7
--background: 0 0% 100%;
@@ -29,6 +30,7 @@
29
30
--chart-5: 27 87% 67%;
31
--radius: 0.5rem
32
}
33
34
.dark {
35
--background: 224 71.4% 4.1%;
36
--foreground: 210 20% 98%;
@@ -56,10 +58,12 @@
56
58
--chart-5: 340 75% 55%
57
59
60
61
62
63
* {
64
@apply border-border;
65
66
67
body {
68
@apply bg-background text-foreground;
69
0 commit comments