From 7bd580365098b331795c7a28f11617b98dbf4af0 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 28 Nov 2022 00:24:18 -0500 Subject: assets/css/default: Shadow text hover data-disclosure Set thicker solid border with alternative color instead of dashed border on internal links --- assets/css/default.css | 9 +++++++-- 1 file 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; -- cgit v1.2.3