From 70a9f3017969be041875566c0863a57baa472ff4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 4 Dec 2018 12:53:51 +0300 Subject: night.css: fix floatingTitle wrong color if unread --- themes/night.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/night.css') 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, -- cgit v1.2.3