1
0
Fork 0

More cloak fixes

This commit is contained in:
Lim Chee Aun 2024-02-28 15:34:11 +08:00
parent 52b60fa38b
commit aaf64bbc34
2 changed files with 11 additions and 6 deletions

View file

@ -8,7 +8,7 @@ body.cloak,
.name-text *,
.status .content-container,
.status .content-container *,
.status .content-compact,
.status .content-compact > *,
.account-container :is(header, main > *:not(.actions)),
.account-container :is(header, main > *:not(.actions)) *,
.header-double-lines,
@ -42,11 +42,16 @@ body.cloak,
/* SPECIAL CASES */
@supports (display: -webkit-box) {
body.cloak .card :is(.title, .meta) {
background-color: var(--text-color) !important;
:is(body.cloak, .cloak) .card :is(.title, .meta) {
background-color: currentColor !important;
}
}
.catchup-filters .filter-author * {
color: var(--text-color);
body.cloak,
.cloak {
.media-container figcaption,
.media-container figcaption > *,
.catchup-filters .filter-author * {
color: currentColor !important;
}
}

View file

@ -2441,7 +2441,7 @@ function StatusCompact({ sKey }) {
<span>{filterTitleStr}</span>
</b>
) : (
statusPeekText
<span>{statusPeekText}</span>
)}
</div>
</article>