mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-22 08:04:31 +00:00
33 lines
625 B
CSS
33 lines
625 B
CSS
body {
|
|
background-image: url("/space_default.jpg");
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
}
|
|
|
|
footer {
|
|
text-shadow: 2px 2px 4px hsl(var(--bhsl-background-hue) var(--bhsl-background-saturation) var(--bhsl-background-lightness));
|
|
}
|
|
|
|
.panel {
|
|
min-width: 288px;
|
|
max-width: 500px;
|
|
}
|
|
|
|
.panel .panel {
|
|
min-width: 0;
|
|
}
|
|
|
|
.chapter-no-header-margin h1,
|
|
.chapter-no-header-margin h2,
|
|
.chapter-no-header-margin h3,
|
|
.chapter-no-header-margin h4,
|
|
.chapter-no-header-margin h5,
|
|
.chapter-no-header-margin h6 {
|
|
margin-top: 0 !important;
|
|
}
|
|
|
|
#__next {
|
|
margin: 0 auto;
|
|
min-height: 100vh;
|
|
max-width: 1024px;
|
|
}
|