mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 16:58:47 +01:00
Fix multiple overlapping opacity filter
This commit is contained in:
parent
f27d613a94
commit
845d7dbbda
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ body.cloak .account-block {
|
|||
text-rendering: optimizeSpeed;
|
||||
filter: opacity(0.5);
|
||||
}
|
||||
body.cloak .name-text *,
|
||||
body.cloak .status .content-container *,
|
||||
body.cloak .account-container :is(header, main > *:not(.actions)) * {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
body.cloak .status :is(img, video, audio),
|
||||
body.cloak .avatar,
|
||||
|
|
Loading…
Reference in a new issue