imnya.ng/app/app.css
2024-12-30 13:51:55 +09:00

9 lines
No EOL
141 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html, body {
background-color: #0a0a0a;
color-scheme: dark;
height: 100%;
}