two-cloudwebsite/styles/globals.css
2025-07-16 17:42:25 +08:00

11 lines
161 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-background text-primary font-sans;
}
main {
@apply flex flex-col gap-section;
}