Files
toos-halloween/toos-dashboard/src/styles.css
2023-10-13 09:43:42 +02:00

10 lines
146 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
input {
@apply bg-neutral-700 rounded px-2 text-white
}
}