mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove unwanted underline from footnotes (sup elements with a link).
This commit is contained in:
@@ -44,6 +44,7 @@ a:hover {
|
||||
--article-title-color: #333;
|
||||
--article-date-color: rgba(0, 0, 0, 0.5);
|
||||
--table-cell-border-color: lightgray;
|
||||
--sup-link-color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
@media(prefers-color-scheme: dark) {
|
||||
@@ -421,6 +422,11 @@ a.footnote:hover,
|
||||
color: var(--secondary-accent-color);
|
||||
}
|
||||
|
||||
.articleBody sup a:link, .articleBody sup a:visited {
|
||||
text-decoration: none;
|
||||
color: var(--sup-link-color);
|
||||
}
|
||||
|
||||
body .header {
|
||||
font: -apple-system-body;
|
||||
font-size: [[font-size]]px;
|
||||
|
||||
Reference in New Issue
Block a user