diff options
-rw-r--r-- | src/static/css/site.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |