diff options
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index b49464e0..d4d9deb1 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -822,6 +822,25 @@ a:not([href]):hover { content: "\0020/\0020"; } +.dot-switcher > span:not(:first-child)::before { + content: "\0020\00b7\0020"; + font-weight: 800; +} + +.dot-switcher > span.current { + font-weight: 800; +} + +.dot-switcher > span:not(.current) a { + text-decoration: underline; + text-decoration-style: dotted; +} + +.dot-switcher > span.current a { + /* Keeping cursor: pointer (the default) is intentional here. */ + text-decoration: none !important; +} + #secondary-nav { text-align: center; } |