2023-10-13 08:20:56 +00:00
|
|
|
.landing, .layout-wrapper {
|
2023-10-13 09:05:59 +00:00
|
|
|
background-image: var(--glow-image);
|
2023-10-19 19:09:48 +00:00
|
|
|
background-blend-mode: var(--glow-blend);
|
2023-10-13 09:05:59 +00:00
|
|
|
background-position: top center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: auto 20rem;
|
2023-10-13 08:20:56 +00:00
|
|
|
}
|