Files
Extrudex/frontend/src/index.css

9 lines
145 B
CSS
Raw Normal View History

@import "tailwindcss";
body {
margin: 0;
min-height: 100vh;
background-color: #0f172a; /* slate-900 */
color: #f8fafc; /* slate-50 */
}