hailsbop commited on
Commit
ab34f0e
·
verified ·
1 Parent(s): 7f50f1f

Upload styles/globals.css with huggingface_hub

Browse files
Files changed (1) hide show
  1. styles/globals.css +8 -0
styles/globals.css ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ body {
6
+ background-color: #0f172a;
7
+ color: #e2e8f0;
8
+ }