1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 21:31:29 +00:00

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

View File

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