Baseline
This commit is contained in:
7
src/app/globals.css
Normal file
7
src/app/globals.css
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@layer base {
|
||||
body {
|
||||
@apply bg-gray-900 text-gray-200 antialiased;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user