From eae2f5361e826877a1cb6d2ab4fb276128f49d4f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 12:08:10 +0300 Subject: night.css: fix some more floatingTitle styles --- themes/night.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'themes/night.css') diff --git a/themes/night.css b/themes/night.css index d264da1a0..a22de3442 100644 --- a/themes/night.css +++ b/themes/night.css @@ -1944,6 +1944,15 @@ body.flat.ttrss_main #floatingTitle { background-color: #333333; border-color: #222222; } +body.flat.ttrss_main #floatingTitle .feed a { + color: #cccccc; +} +body.flat.ttrss_main #floatingTitle i.material-icons { + opacity: 0.7; +} +body.flat.ttrss_main div#floatingTitle.Unread a.title { + color: #cccccc; +} body.flat.ttrss_main #headlines-frame .whiteBox { border-color: #222222; } -- cgit v1.2.3