beatmatchr/frontend/app/globals.css
2025-11-10 16:13:01 -05:00

13 lines
153 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
color-scheme: light;
}
body {
min-height: 100vh;
background-color: #f8fafc;
}