generated from partypages/party-template
This commit is contained in:
parent
070484e335
commit
32d3c8705e
@ -1,5 +1,6 @@
|
|||||||
.loading {
|
.loading {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
height: 100svh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
@ -85,6 +86,7 @@ input[type="radio"]:checked+label {
|
|||||||
background-image: url("assets/background.jpg");
|
background-image: url("assets/background.jpg");
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
height: 100svh;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
filter: blur(7px) contrast(70%);
|
filter: blur(7px) contrast(70%);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
@ -95,3 +97,7 @@ input[type="radio"]:checked+label {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page :is(p, label, h1, h2, h3, h4, h5, h6) {
|
||||||
|
filter: drop-shadow(1px 1px 3px white);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user