From 389f07982ad03bf96c50a78f46933aa1f33bf23e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 9 Oct 2023 15:00:07 -0300 Subject: css: style page-interactive links with dotted underline --- src/static/site4.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/static/site4.css') diff --git a/src/static/site4.css b/src/static/site4.css index ea1c83a5..18705ec0 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; } -- cgit 1.3.0-6-gf8a5