Initial commit
This commit is contained in:
8
styles/globals.css
Normal file
8
styles/globals.css
Normal file
@@ -0,0 +1,8 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
@apply bg-white text-gray-900 dark:bg-gray-950 dark:text-gray-100;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user