Skip to content

Commit 1d10e24

Browse files
adding tailwind css
1 parent 7a8a867 commit 1d10e24

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@tailwind base;
22
@tailwind components;
33
@tailwind utilities;
4+
45
@layer base {
56
:root {
67
--background: 0 0% 100%;
@@ -29,6 +30,7 @@
2930
--chart-5: 27 87% 67%;
3031
--radius: 0.5rem
3132
}
33+
3234
.dark {
3335
--background: 224 71.4% 4.1%;
3436
--foreground: 210 20% 98%;
@@ -56,10 +58,12 @@
5658
--chart-5: 340 75% 55%
5759
}
5860
}
61+
5962
@layer base {
6063
* {
6164
@apply border-border;
6265
}
66+
6367
body {
6468
@apply bg-background text-foreground;
6569
}

0 commit comments

Comments
 (0)