« get me outta code hell

css: style group contributions sort link with dotted underline - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
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
commitc470a4731dc665f7091ee8b28eb0383186c13594 (patch)
treef2c7a6bfb60d41077f49dd4197149c6178b8db9a /src/static
parent1f0207c93a124da2b451f8c21c105e177d92fd12 (diff)
css: style group contributions sort link with dotted underline
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index dcc0e0b..55370b8 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;
 }