Fix: Reduced the brightness of backdrop rather than blurring it
Revert: Blur backdrop when episode thumbnail is visible
This commit is contained in:
parent
a157ed8bdb
commit
28e766b59f
1 changed files with 1 additions and 1 deletions
|
|
@ -735,7 +735,7 @@ html {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
backdrop-filter: var(--blurLargest);
|
backdrop-filter: brightness(.5);
|
||||||
/* mask: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 35%); */
|
/* mask: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 35%); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue