UWB-webapp/app/globals.css
2025-08-20 15:14:34 +02:00

9 lines
No EOL
124 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
margin: 0;
padding: 0;
background-color: #f9fafb;
}