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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user