Added correct label colors for system messages. Issue #455

This commit is contained in:
Maurice Parker 2018-09-14 20:25:32 -05:00
parent 4f2f4a1ef4
commit 6a8dfa37c7
1 changed files with 8 additions and 0 deletions

View File

@ -51,6 +51,10 @@ body.light .articleDateline, body.light .articleDateLine.a:link, body.light .art
color: rgba(0, 0, 0, 0.3);
}
.light > .systemMessage {
color: #cbcbcb;
}
/* Dark mode */
body.dark {
@ -77,6 +81,10 @@ body.dark .articleDateline, body.dark .articleDateLine.a:link, body.dark .articl
color: #d2d2d2;
}
.dark > .systemMessage {
color: #5f5f5f;
}
.feedlink a:link, .feedlink a:visited {
color: rgba(0, 0, 0, 0.6);
}