7 lines
84 B
CSS
7 lines
84 B
CSS
@import "./tailwind.css";
|
|
|
|
body {
|
|
background-color: black;
|
|
min-height: 100vh;
|
|
}
|