1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
steffoweb/pages/_app.css

16 lines
No EOL
236 B
CSS

body {
margin: 0;
min-height: 100vh;
background-color: #0d193b;
background-image: url("/space_default.jpg");
background-size: cover;
color: #a0ccff;
}
body > * {
min-height: 100vh;
}
body > * > * {
min-height: 100vh;
}