From 0a695410d9b162695155601d7f3455984b603d8b Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 26 Mar 2024 23:44:18 +0800 Subject: [PATCH] Cloak the buttons in filtered notifications --- src/cloak-mode.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cloak-mode.css b/src/cloak-mode.css index b0d0f757..4ca29ecc 100644 --- a/src/cloak-mode.css +++ b/src/cloak-mode.css @@ -15,7 +15,8 @@ body.cloak, .account-block, .catchup-filters .filter-author *, .post-peek-html *, - .post-peek-content > * { + .post-peek-content > *, + .request-notifications-account * { text-decoration-thickness: 1.1em; text-decoration-line: line-through; /* text-rendering: optimizeSpeed; */ @@ -51,7 +52,8 @@ body.cloak, .cloak { .media-container figcaption, .media-container figcaption > *, - .catchup-filters .filter-author * { + .catchup-filters .filter-author *, + .request-notifications-account * { color: var(--text-color) !important; } }