mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Style link text underlines rather than using border-bottom for link underlines.
This commit is contained in:
@@ -414,8 +414,10 @@ a.footnote:hover,
|
||||
}
|
||||
|
||||
.articleBody a:link, .articleBody a:visited {
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid var(--primary-accent-color);
|
||||
text-decoration: underline;
|
||||
text-decoration-color: var(--primary-accent-color);
|
||||
text-decoration-thickness: 1px;
|
||||
text-underline-offset: 2px;
|
||||
color: var(--secondary-accent-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user