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 *, .name-text *,
.status .content-container, .status .content-container,
.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)),
.account-container :is(header, main > *:not(.actions)) *, .account-container :is(header, main > *:not(.actions)) *,
.header-double-lines, .header-double-lines,
@ -42,11 +42,16 @@ body.cloak,
/* SPECIAL CASES */ /* SPECIAL CASES */
@supports (display: -webkit-box) { @supports (display: -webkit-box) {
body.cloak .card :is(.title, .meta) { :is(body.cloak, .cloak) .card :is(.title, .meta) {
background-color: var(--text-color) !important; background-color: currentColor !important;
} }
} }
.catchup-filters .filter-author * { body.cloak,
color: var(--text-color); .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> <span>{filterTitleStr}</span>
</b> </b>
) : ( ) : (
statusPeekText <span>{statusPeekText}</span>
)} )}
</div> </div>
</article> </article>