mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-22 01:05:34 +03:00
Make cloak mode lighter
This commit is contained in:
parent
ffea1cceab
commit
903944e9c2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ body.cloak .account-container :is(header, main > *:not(.actions)) {
|
|||
text-decoration-thickness: 1.1em;
|
||||
text-decoration-line: line-through;
|
||||
text-rendering: optimizeSpeed;
|
||||
filter: opacity(0.5);
|
||||
}
|
||||
|
||||
body.cloak .status :is(img, video, audio),
|
||||
|
|
Loading…
Reference in a new issue