From beed3ca18c63dc6c1f9bd4e74968f4ad0dc89823 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 2 Mar 2024 10:01:04 +0800 Subject: [PATCH] Fix cloak mode showing ghost text --- src/cloak-mode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloak-mode.css b/src/cloak-mode.css index 0b1e53b9..b0d0f757 100644 --- a/src/cloak-mode.css +++ b/src/cloak-mode.css @@ -52,6 +52,6 @@ body.cloak, .media-container figcaption, .media-container figcaption > *, .catchup-filters .filter-author * { - color: currentColor !important; + color: var(--text-color) !important; } }