summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-04 12:53:51 +0300
committerAndrew Dolgov <[email protected]>2018-12-04 12:53:51 +0300
commit70a9f3017969be041875566c0863a57baa472ff4 (patch)
tree233ca6cc7ea3ba31e6c13272c98fa4322bb3cec3 /themes/night.css
parent5830bc94c353c45f6e2903abc70b1a32461d82bf (diff)
night.css: fix floatingTitle wrong color if unread
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 0932c1c1c..ce3f27be3 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -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,