poe2-data/apps/dashboard/src/index.css
2026-02-05 13:52:07 -05:00

7 lines
105 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-900 text-gray-100;
}