From df119fccb34e6912535ff6b9920826d9bfc54e59 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 19 Oct 2024 14:47:54 -0300 Subject: css: fix dot-underline cue showing on interpage dot switcher --- src/static/css/site.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/static') diff --git a/src/static/css/site.css b/src/static/css/site.css index 754f0184..aa41746b 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -856,12 +856,12 @@ a:not([href]):hover { font-weight: 800; } -.dot-switcher > span:not(.current) a { +.dot-switcher.intrapage > span:not(.current) a { text-decoration: underline; text-decoration-style: dotted; } -.dot-switcher > span.current a { +.dot-switcher.intrapage > span.current a { /* Keeping cursor: pointer (the default) is intentional here. */ text-decoration: none !important; } -- cgit 1.3.0-6-gf8a5