Files
mta-sign/mta-sign-ui/app/globals.css
2026-01-20 21:48:33 -05:00

13 lines
162 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
background-color: #1f2937;
color: #fff;
}
body {
@apply bg-gray-900 text-white;
}