From 56b9a416997a611819a794eb94be80ea05631dd5 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 13 Dec 2022 20:09:53 -0500 Subject: assets/css/default: Site map allow anchor text decoration on hover only --- assets/css/default.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/default.css b/assets/css/default.css index 6a403c2..e2da533 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1927,6 +1927,14 @@ main micro-card:first-of-type reaction-tip img { padding: 1rem; } +[xml-data="sitemap"] a { + text-decoration: none; +} + +[xml-data="sitemap"] a:hover { + text-decoration: underline; +} + /* ----- Responsive ----- */ @media screen and (max-width: 1220px) { -- cgit v1.2.3