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
236 B
CSS
Raw Normal View History

body {
margin: 0;
min-height: 100vh;
background-color: #0d193b;
2022-10-15 22:32:15 +00:00
background-image: url("/space_default.jpg");
background-size: cover;
color: #a0ccff;
}
body > * {
min-height: 100vh;
}
2021-08-29 18:42:35 +00:00
body > * > * {
min-height: 100vh;
}