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%; height: 100%;
background: var(--artwork); background: var(--artwork);
z-index: -1; z-index: -1;
background-size: cover; object-fit: cover;
background-position: center; object-position: center;
filter: blur(60px) saturate(180%); filter: blur(60px) saturate(180%);
opacity: 0.70; opacity: 0.70;
transition: opacity .25s var(--appleEase); transition: opacity .25s var(--appleEase);
pointer-events: none;
} }