mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-22 07:13:58 +01:00
Added correct label colors for system messages. Issue #455
This commit is contained in:
parent
4f2f4a1ef4
commit
6a8dfa37c7
@ -51,6 +51,10 @@ body.light .articleDateline, body.light .articleDateLine.a:link, body.light .art
|
|||||||
color: rgba(0, 0, 0, 0.3);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.light > .systemMessage {
|
||||||
|
color: #cbcbcb;
|
||||||
|
}
|
||||||
|
|
||||||
/* Dark mode */
|
/* Dark mode */
|
||||||
|
|
||||||
body.dark {
|
body.dark {
|
||||||
@ -77,6 +81,10 @@ body.dark .articleDateline, body.dark .articleDateLine.a:link, body.dark .articl
|
|||||||
color: #d2d2d2;
|
color: #d2d2d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dark > .systemMessage {
|
||||||
|
color: #5f5f5f;
|
||||||
|
}
|
||||||
|
|
||||||
.feedlink a:link, .feedlink a:visited {
|
.feedlink a:link, .feedlink a:visited {
|
||||||
color: rgba(0, 0, 0, 0.6);
|
color: rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user