From 2f243f451439bf512c9ed3a32ee806f687314ed1 Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Mon, 27 Jul 2026 12:19:48 +0400 Subject: [PATCH 1/2] ins elements: forces underline to be set below baseline to improve readibility --- src/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base.css b/src/base.css index 641793a..f25fe1a 100644 --- a/src/base.css +++ b/src/base.css @@ -627,6 +627,7 @@ background: var(--ins-bg); text-decoration: underline; text-decoration-style: dashed; + text-underline-position: under; } ins:not(#dontusethisid) *, del:not(#dontusethisid) * { From 52bd34b61c21baf8f07863c917ef5ffdd2a4bd4f Mon Sep 17 00:00:00 2001 From: Denis Ah-Kang Date: Thu, 30 Jul 2026 10:51:02 +0400 Subject: [PATCH 2/2] use from-font for underline thickness --- src/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base.css b/src/base.css index f25fe1a..be40d14 100644 --- a/src/base.css +++ b/src/base.css @@ -628,6 +628,7 @@ text-decoration: underline; text-decoration-style: dashed; text-underline-position: under; + text-decoration-thickness: from-font; } ins:not(#dontusethisid) *, del:not(#dontusethisid) * {