diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2021-05-27 12:19:03 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2021-05-27 12:19:03 -0300 |
commit | 19ef6644cc187d750ba9fa1c05e3e891a73d3425 (patch) | |
tree | 0a4d2ac5a8a2d1677d86cdb0d95e1d603c2dd78b /src/static | |
parent | 789bf78f5c350a98bbf64cb7aa06af6c27aab110 (diff) |
"from (group)" accents on group album lists
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/static/site.css b/src/static/site.css index b71f0cd5..e664c0ee 100644 --- a/src/static/site.css +++ b/src/static/site.css @@ -197,9 +197,11 @@ footer > :last-child { fill: var(--primary-color); } -.rerelease { +.rerelease, +.other-group-accent { opacity: 0.7; font-style: oblique; + white-space: nowrap; } .content-columns { |