« get me outta code hell

css: style page-interactive links with dotted underline - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-10-09 15:00:07 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-10-09 15:00:07 -0300
commit389f07982ad03bf96c50a78f46933aa1f33bf23e (patch)
tree50f1179e80674881f785ff7eb4a05853f5744570
parent4653bb75dea6835e80d3c875af0600c580e61e39 (diff)
css: style page-interactive links with dotted underline
-rw-r--r--src/static/site4.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/static/site4.css b/src/static/site4.css
index ea1c83a..18705ec 100644
--- a/src/static/site4.css
+++ b/src/static/site4.css
@@ -466,12 +466,20 @@ a {
 
 a:hover {
   text-decoration: underline;
+  text-decoration-style: solid !important;
 }
 
 a.current {
   font-weight: 800;
 }
 
+.group-contributions-sort-button,
+.quick-description .quick-description-actions .expand-link,
+.quick-description .quick-description-actions .collapse-link {
+  text-decoration: underline;
+  text-decoration-style: dotted;
+}
+
 .nav-main-links > span > span {
   white-space: nowrap;
 }