Spaces:
Sleeping
Sleeping
File size: 147 Bytes
f866820 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
@import "tailwindcss";
:root {
color-scheme: dark;
}
body {
margin: 0;
min-height: 100vh;
background-color: #0f172a;
color: #e2e8f0;
}
|