From 695f31502bf477560ebb22ece54d0fba3705d837 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 24 Feb 2025 19:53:56 +0100 Subject: [PATCH] text/underline --- in/style/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/in/style/main.css b/in/style/main.css index 32842cc..6a0873f 100644 --- a/in/style/main.css +++ b/in/style/main.css @@ -93,7 +93,8 @@ a:hover, h2, h3, header { a { color: inherit; text-decoration: underline; - text-underline-offset: .25em; + text-decoration-skip-ink: auto; + text-underline-offset: .2em; } a:hover { background: var(--anchor-gradient);