From 64c328ebffcb5b24840b59fae0906c320df19371 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 10 Jul 2024 12:25:54 +0300 Subject: Improve link underline styles --- static/style.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 1b3d067..f4776f8 100644 --- a/static/style.css +++ b/static/style.css @@ -129,16 +129,13 @@ a, a:visited { text-decoration: none; font-weight: bold; cursor: pointer; + text-underline-position: under; } -p a { +a:hover, a:focus { text-decoration: underline; } -a:hover { - text-decoration: underline !important; -} - #dark-mode-btn { border: none; background: none; -- cgit v1.3