Fix cloak for catch-up
This commit is contained in:
parent
3cfc35898b
commit
315ce98511
|
@ -13,7 +13,9 @@ body.cloak,
|
|||
.account-container :is(header, main > *:not(.actions)) *,
|
||||
.header-double-lines,
|
||||
.account-block,
|
||||
.post-peek-html * {
|
||||
.catchup-filters .filter-author *,
|
||||
.post-peek-html *,
|
||||
.post-peek-content > * {
|
||||
text-decoration-thickness: 1.1em;
|
||||
text-decoration-line: line-through;
|
||||
/* text-rendering: optimizeSpeed; */
|
||||
|
@ -21,7 +23,8 @@ body.cloak,
|
|||
}
|
||||
.name-text *,
|
||||
.status .content-container *,
|
||||
.account-container :is(header, main > *:not(.actions)) * {
|
||||
.account-container :is(header, main > *:not(.actions)) *,
|
||||
.post-peek-content > * {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
|
@ -43,3 +46,7 @@ body.cloak,
|
|||
background-color: var(--text-color) !important;
|
||||
}
|
||||
}
|
||||
|
||||
.catchup-filters .filter-author * {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue