Files
Homepage/src/app/globals.css
2025-07-19 14:50:25 +02:00

7 lines
102 B
CSS

@import "tailwindcss";
@layer base {
body {
@apply bg-gray-900 text-gray-200 antialiased;
}
}