diff --git a/src/components/status.css b/src/components/status.css index be92bc3..589766a 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; + } } }