diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/site.css b/src/static/site.css index d80c57c5..328ef7d0 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -165,7 +165,8 @@ a:hover { font-weight: 800; } -.nav-links-index > span:not(:first-child):not(.no-divider)::before { +.nav-links-index > span:not(:first-child):not(.no-divider)::before, +.nav-links-groups > span:not(:first-child):not(.no-divider)::before { content: "\0020\00b7\0020"; font-weight: 800; } |