Spaces:
Running
Running
Upload globals.css
Browse files- globals.css +11 -0
globals.css
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
@tailwind base;
|
2 |
+
@tailwind components;
|
3 |
+
@tailwind utilities;
|
4 |
+
|
5 |
+
:root {
|
6 |
+
@apply h-full bg-black
|
7 |
+
}
|
8 |
+
|
9 |
+
body {
|
10 |
+
@apply h-full bg-black
|
11 |
+
}
|