mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add CSS for <u> item inside <a>. Fix double-underlines on 404 Media links — fix #4578.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user