night.css: fix floatingTitle wrong color if unread

This commit is contained in:
Andrew Dolgov 2018-12-04 12:53:51 +03:00
parent 5830bc94c3
commit 70a9f30179
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ body.claro.ttrss_index #floatingTitle {
}
body.claro.ttrss_index #floatingTitle * {
color : var(--fg-light);
color : var(--fg-light) ! important;
}
body.claro.ttrss_index .dijitMenu,