Fix cloak mode showing ghost text
This commit is contained in:
parent
abd5031602
commit
beed3ca18c
|
@ -52,6 +52,6 @@ body.cloak,
|
|||
.media-container figcaption,
|
||||
.media-container figcaption > *,
|
||||
.catchup-filters .filter-author * {
|
||||
color: currentColor !important;
|
||||
color: var(--text-color) !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue