From 437d721c2691fb2741a87661495318444bf02acb Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Thu, 28 Dec 2023 15:23:47 +0800 Subject: [PATCH] Safari needs this on every element --- src/components/status.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index be92bc36..589766ac 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -554,6 +554,13 @@ text-rendering: optimizeSpeed; pointer-events: none; user-select: none; + + * { + text-decoration-color: inherit; + text-decoration-thickness: 1.5em; + text-decoration-line: line-through; + text-rendering: optimizeSpeed; + } } }