Fix: Reduced the brightness of backdrop rather than blurring it

Revert: Blur backdrop when episode thumbnail is visible
This commit is contained in:
lscambo13
2025-05-15 13:18:24 -07:00
parent a157ed8bdb
commit 28e766b59f

View File

@@ -735,7 +735,7 @@ html {
content: "";
position: absolute;
inset: 0;
backdrop-filter: var(--blurLargest);
backdrop-filter: brightness(.5);
/* mask: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 35%); */
}