changes to artwork bg
This commit is contained in:
parent
da616cb5d5
commit
17ed47774a
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue