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