Fix cloak mode showing ghost text

This commit is contained in:
Lim Chee Aun 2024-03-02 10:01:04 +08:00
parent abd5031602
commit beed3ca18c

View file

@ -52,6 +52,6 @@ body.cloak,
.media-container figcaption,
.media-container figcaption > *,
.catchup-filters .filter-author * {
color: currentColor !important;
color: var(--text-color) !important;
}
}