mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-08 16:18:48 +01:00
Increase light mode header contrast and make the external link larger
This commit is contained in:
parent
c26f09ad1c
commit
29b051e2c9
@ -42,12 +42,12 @@ a:hover {
|
||||
|
||||
:root {
|
||||
--header-table-border-color: rgba(0, 0, 0, 0.1);
|
||||
--header-color: rgba(0, 0, 0, 0.3);
|
||||
--header-color: rgba(8, 106, 238, 1);
|
||||
--body-code-color: #666;
|
||||
--system-message-color: #cbcbcb;
|
||||
--feedlink-color: rgba(255, 0, 0, 0.6);
|
||||
--article-title-color: #333;
|
||||
--article-date-color: rgba(0, 0, 0, 0.3);
|
||||
--article-date-color: rgba(0, 0, 0, 0.5);
|
||||
--table-cell-border-color: lightgray;
|
||||
}
|
||||
|
||||
@ -490,6 +490,10 @@ a.footnote:hover,
|
||||
font-size: 135%;
|
||||
}
|
||||
|
||||
body .externalLink {
|
||||
font-size: 135%;
|
||||
}
|
||||
|
||||
body a, body a:visited {
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user