From dccaa9c6f5eb3a46bd3e1d0916b53ebfd3446391 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Fri, 25 Apr 2025 21:39:57 -0700 Subject: [PATCH] =?UTF-8?q?Add=20CSS=20for=20=20item=20inside=20.=20?= =?UTF-8?q?Fix=20double-underlines=20on=20404=20Media=20links=20=E2=80=94?= =?UTF-8?q?=20fix=20#4578.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Shared/Article Rendering/stylesheet.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Shared/Article Rendering/stylesheet.css b/Shared/Article Rendering/stylesheet.css index 9b12fcc44..93cfe1f83 100644 --- a/Shared/Article Rendering/stylesheet.css +++ b/Shared/Article Rendering/stylesheet.css @@ -501,6 +501,10 @@ a.footnote:hover, color: var(--accent-color); } + a u { + text-decoration: none; + } + .articleBody a:link, .articleBody a:visited { border-bottom: 1px solid var(--accent-color); } @@ -511,6 +515,9 @@ a.footnote:hover, color: white; text-decoration: none; } + .articleBody a:hover u { + color: white; + } pre { padding: 10px;