diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-03 18:19:56 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-03 19:01:02 -0400 |
commit | c470a4731dc665f7091ee8b28eb0383186c13594 (patch) | |
tree | f2c7a6bfb60d41077f49dd4197149c6178b8db9a | |
parent | 1f0207c93a124da2b451f8c21c105e177d92fd12 (diff) |
css: style group contributions sort link with dotted underline
-rw-r--r-- | src/static/site6.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index dcc0e0b9..55370b85 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -951,6 +951,11 @@ li > ul { display: none; } +.group-contributions-sort-button { + text-decoration: underline; + text-decoration-style: dotted; +} + html[data-url-key="localized.albumCommentary"] li.no-commentary { opacity: 0.7; } |