mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
Oops I accidentaly deleted the background
This commit is contained in:
parent
a198cdeb6f
commit
21b6967b47
1 changed files with 6 additions and 6 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue