Files
opencrm/frontend/src/index.css
T
Stefan Hacker e209e9bbca first commit
2026-01-29 01:16:54 +01:00

8 lines
105 B
CSS

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