mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Reduced the brightness of backdrop rather than blurring it
Revert: Blur backdrop when episode thumbnail is visible
This commit is contained in:
@@ -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%); */
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user