aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/default.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 18683e2..17593df 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -498,11 +498,12 @@ micro-metadata-view a:hover span,
micro-metadata-draft a:hover span,
micro-metadata-handle a:hover span {
text-decoration-thickness: 0.15rem !important;
+ text-decoration-color: inherit !important;
}
a[data-internal] {
- -webkit-text-decoration-style: dashed;
- text-decoration-style: dashed;
+ text-decoration-color: #aaa;
+ text-decoration-thickness: 0.15rem;
}
column-left nav {
@@ -1156,6 +1157,10 @@ micro-content details[data-disclosure] summary {
padding: 0.25rem;
}
+micro-content details[data-disclosure] summary:hover {
+ text-shadow: 0 0 currentColor;
+}
+
micro-content details[data-disclosure] summary:after,
micro-content details[data-disclosure][open] summary:after {
padding: 0 0.5rem;