diff options
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 11616555..14a1a406 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -779,6 +779,10 @@ a.current { font-weight: 800; } +a.series { + font-style: oblique; +} + a:not([href]) { cursor: default; } @@ -808,10 +812,6 @@ a:not([href]):hover { display: inline-block; } -.nav-link a.series { - font-style: oblique; -} - .nav-main-links .nav-link.current > span.nav-link-content > a { font-weight: 800; } @@ -1612,10 +1612,16 @@ ul > li.has-details { margin-bottom: 0; } -.group-chronology-link { +.group-chronology-link, +.series-chronology-link { font-style: oblique; } +.group-chronology-link a, +.series-chronology-link a { + font-style: normal; +} + .group-view-switcher { margin-left: 1ch; } |