From ba948a6b11f5b9bf5396a0af7fe7f92def711c8f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 31 Mar 2026 07:26:39 -0300 Subject: css: fix hrefless link hover --- src/static/css/miscellany.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/static') diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css index b2647a73..70120a33 100644 --- a/src/static/css/miscellany.css +++ b/src/static/css/miscellany.css @@ -174,14 +174,6 @@ a.series { font-style: oblique; } - - a:not([href]) { - cursor: default; - } - - a:not([href]):hover { - text-decoration: none; - } } @Layer interaction { @@ -200,6 +192,14 @@ text-decoration: underline; text-decoration-style: solid !important; } + + a:not([href]) { + cursor: default; + } + + a:not([href]):hover { + text-decoration: none; + } } /* Links with symbols */ -- cgit 1.3.0-6-gf8a5