1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 08:25:55 +00:00

dark theme, all articles icon: improve contrast

This commit is contained in:
Andrew Dolgov
2020-02-25 10:11:18 +03:00
parent 788ea95fbd
commit d9cd790d03
5 changed files with 12 additions and 2 deletions

View File

@@ -84,6 +84,10 @@ body.flat.ttrss_main {
.dijitTreeRowSelected .dijitTreeLabel {
text-shadow : none;
}
i.icon.icon-inbox {
color : #AAA;
}
}
}