game/app/src/index.css
2026-01-01 02:21:09 +08:00

10 lines
198 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
background-color: #0f172a; /* Dark theme base */
color: white;
font-family: 'Inter', system-ui, -apple-system, sans-serif;
}