summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 12:08:10 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 12:08:10 +0300
commiteae2f5361e826877a1cb6d2ab4fb276128f49d4f (patch)
tree63444f3e3941c367d66dad503820350b4e50263b /themes/night.css
parent4fcf816a3aca9554882129ad9b01d5cfb8973ba1 (diff)
night.css: fix some more floatingTitle styles
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css9
1 files changed, 9 insertions, 0 deletions
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;
}