first commit
This commit is contained in:
8
frontend/app/globals.css
Normal file
8
frontend/app/globals.css
Normal file
@@ -0,0 +1,8 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
:root { color-scheme: dark; }
|
||||
html, body { height: 100%; }
|
||||
body { @apply bg-zinc-950 text-zinc-100; }
|
||||
a { @apply text-zinc-100; }
|
||||
Reference in New Issue
Block a user