diff options
Diffstat (limited to 'src/static/css')
| -rw-r--r-- | src/static/css/miscellany.css | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/src/static/css/miscellany.css b/src/static/css/miscellany.css index 5cff2d57..11c07241 100644 --- a/src/static/css/miscellany.css +++ b/src/static/css/miscellany.css @@ -68,25 +68,21 @@ } } - .other-group-accent, .rerelease-line { opacity: 0.7; font-style: oblique; } - .other-group-accent { - white-space: nowrap; - } - - .other-group-accent a { - color: var(--page-primary-color); + :is(dt, li) .by { + font-style: oblique; } - dt .by, li .by { - font-style: oblique; + :is(dt, li) .by a { + display: inline-block; } - dt .by a, li .by a { + :is(dt, li) .other-group-accent a { + color: var(--page-primary-color); display: inline-block; } |