Update BasicBackground.css

This commit is contained in:
Mirco Wittrien 2021-06-26 16:48:42 +02:00
parent 79f092f068
commit 4b2c9d232b
1 changed files with 8 additions and 2 deletions

View File

@ -264,15 +264,21 @@ body, /* body */
/* ~~~~ 2. BACKGROUND ~~~~ */
body::before {
body::before,
body::after {
content: "";
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
body::before {
background: var(--background) var(--backgroundposition)/var(--backgroundsize);
filter: blur(var(--backgroundblur));
}
body::after {
backdrop-filter: blur(var(--backgroundblur));
}
.container-16j22k::before,
.layer-3QrUeG ~ .layer-3QrUeG::before,