Files
kite/frontend/src/style.css
T
2026-05-22 08:53:28 +02:00

10 lines
126 B
CSS

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