diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-10-16 00:20:18 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-02 22:12:49 -0300 |
commit | 2fb05acbe294a4d709284b959843e78aa93cb935 (patch) | |
tree | 5116658c1249d13d6551a462f990d832670c649f /src/static | |
parent | d0fffed941b3df3cf7f020a1493bf6148e840f89 (diff) |
content: generateAlbumSidebarSeriesBox
Diffstat (limited to 'src/static')
-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; } |