Files
shadow-gunbuilder-ai-proto/app/globals.css
T
2025-11-25 16:26:54 -05:00

8 lines
101 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-black text-zinc-50;
}