1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 07:17:28 +00:00

Oops I accidentaly deleted the background

This commit is contained in:
Steffo 2023-02-28 13:29:34 +01:00
parent a198cdeb6f
commit 21b6967b47
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -6,6 +6,12 @@
@import 'node_modules/@steffo/bluelib/dist/fun.root.css';
@import 'node_modules/@fortawesome/fontawesome-svg-core/styles.css';
body {
background-image: url("/space_default.jpg");
background-attachment: fixed;
background-size: cover;
}
#__next {
min-height: 100vh;
padding: 0 8px;
@ -16,12 +22,6 @@
align-items: center;
}
#__next body {
background-image: url("/space_default.jpg");
background-attachment: fixed;
background-size: cover;
}
#__next footer {
text-shadow: 2px 2px 4px hsl(var(--bhsl-background-hue) var(--bhsl-background-saturation) var(--bhsl-background-lightness));
}