mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 13:19:22 +01:00
Fix cloak mode showing ghost text
This commit is contained in:
parent
abd5031602
commit
beed3ca18c
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,6 @@ body.cloak,
|
||||||
.media-container figcaption,
|
.media-container figcaption,
|
||||||
.media-container figcaption > *,
|
.media-container figcaption > *,
|
||||||
.catchup-filters .filter-author * {
|
.catchup-filters .filter-author * {
|
||||||
color: currentColor !important;
|
color: var(--text-color) !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue