diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site4.css (renamed from src/static/site3.css) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/static/site3.css b/src/static/site4.css index 684b6d7d..08512559 100644 --- a/src/static/site3.css +++ b/src/static/site4.css @@ -433,11 +433,15 @@ a:hover { text-decoration: underline; } -.nav-main-links > span { +a.current { + font-weight: 800; +} + +.nav-main-links > span > span { white-space: nowrap; } -.nav-main-links > span > a.current { +.nav-main-links > span.current > span.nav-link-content > a { font-weight: 800; } @@ -447,7 +451,7 @@ a:hover { font-weight: 800; } -.nav-links-hierarchy > span:not(:first-child):not(.no-divider)::before { +.nav-links-hierarchical > span:not(:first-child):not(.no-divider)::before { content: "\0020/\0020"; } |