Files
mission-control/app/globals.css

11 lines
108 B
CSS

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: #0f0f23;
color: white;
}