Add CSS for <u> item inside <a>. Fix double-underlines on 404 Media links — fix #4578.

This commit is contained in:
Brent Simmons
2025-04-25 21:39:57 -07:00
parent 2826913235
commit dccaa9c6f5

View File

@@ -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;