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;