From a7f0ba106e2e4cb248c1f4fc32d6af9571ed6ed1 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 23 Apr 2023 13:12:00 +0800 Subject: [PATCH] Safari is a bit special --- src/cloak-mode.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/cloak-mode.css b/src/cloak-mode.css index a301d836..b34134d2 100644 --- a/src/cloak-mode.css +++ b/src/cloak-mode.css @@ -1,6 +1,9 @@ body.cloak .name-text, +body.cloak .name-text *, body.cloak .status .content-container, +body.cloak .status .content-container *, body.cloak .account-container :is(header, main > *:not(.actions)), +body.cloak .account-container :is(header, main > *:not(.actions)) *, body.cloak .header-account, body.cloak .account-block { text-decoration-thickness: 1.1em;