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

23 lines
No EOL
454 B
CSS

body {
background-image: url("/space_default.jpg");
background-attachment: fixed;
background-size: cover;
}
#__next {
margin: 0 auto;
min-height: 100vh;
max-width: 1000px;
}
#panel-internet a {
text-decoration: none;
}
#panel-internet a:hover, #panel-internet a:focus {
--bhsl-current-lightness: calc(var(--bhsl-link-lightness) + 20%);
}
#panel-internet a:active {
--bhsl-current-lightness: calc(var(--bhsl-link-lightness) + 40%);
}