changes to artwork bg

This commit is contained in:
booploops 2021-12-03 17:51:00 -08:00
parent da616cb5d5
commit 17ed47774a

View file

@ -113,11 +113,12 @@ body[loading] {
height: 100%;
background: var(--artwork);
z-index: -1;
background-size: cover;
background-position: center;
object-fit: cover;
object-position: center;
filter: blur(60px) saturate(180%);
opacity: 0.70;
transition: opacity .25s var(--appleEase);
pointer-events: none;
}