mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
Make sure elements inside <a> use the link color
This commit is contained in:
parent
6e54598547
commit
246d80a859
@ -401,7 +401,7 @@ a.footnote:hover,
|
||||
}
|
||||
}
|
||||
|
||||
body a, body a:visited {
|
||||
body a, body a:visited, body a * {
|
||||
color: var(--secondary-accent-color);
|
||||
}
|
||||
|
||||
@ -470,7 +470,7 @@ a.footnote:hover,
|
||||
}
|
||||
}
|
||||
|
||||
body a, body a:visited {
|
||||
body a, body a:visited, body a * {
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user