« get me outta code hell

Merge branch 'preview' into shared-additional-names - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site6.css
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-26 20:08:01 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-26 20:08:01 -0400
commitc22649066ce5dcb1580725d74299275071fe066c (patch)
treeba02f57b824eb71668c27798c7e4d12b0c2a6b87 /src/static/site6.css
parent49537d408b17f7583cd00d0866f5de6797a0591e (diff)
parent930bb9e0f1fc7167dbf53636246e3cd2de773774 (diff)
Merge branch 'preview' into shared-additional-names
Diffstat (limited to 'src/static/site6.css')
-rw-r--r--src/static/site6.css14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 4c083527..76b58f32 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -482,6 +482,11 @@ a:not([href]):hover {
   text-decoration-style: dotted;
 }
 
+.contribution.has-tooltip > a:hover,
+.contribution.has-tooltip > a.has-visible-tooltip {
+  text-decoration-style: wavy !important;
+}
+
 .icons {
   font-style: normal;
   white-space: nowrap;
@@ -490,12 +495,9 @@ a:not([href]):hover {
 .icons-tooltip {
   position: absolute;
   z-index: 3;
-  left: -36px;
-  top: calc(1em - 2px);
-  padding: 4px 12px 6px 8px;
-}
-
-.icons-tooltip:not(.visible) {
+  left: -34px;
+  top: calc(1em + 1px);
+  padding: 3px 6px 6px 6px;
   display: none;
 }