diff options
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 |
commit | 389f07982ad03bf96c50a78f46933aa1f33bf23e (patch) | |
tree | 50f1179e80674881f785ff7eb4a05853f5744570 /src/static | |
parent | 4653bb75dea6835e80d3c875af0600c580e61e39 (diff) |
css: style page-interactive links with dotted underline
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site4.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |