night.css: fix floatingTitle wrong color if unread
This commit is contained in:
parent
5830bc94c3
commit
70a9f30179
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue