summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 07:13:10 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 07:13:10 +0300
commitf81a57938668f25b3118a36e7865dfcdc34439c7 (patch)
treee7dd15185499f49315553f8364f8c33f1f343b61 /themes/night_blue.css
parent1870fe172b41061899c1917303a494d5e567f1bf (diff)
fix selected feedtree item being invisible in dark theme
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 7ab5bf77f..1e3c44582 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -564,7 +564,7 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow.dijitTreeRo
box-shadow: -1px 0px 2px -1px rgba(0, 0, 0, 0.1);
border-color: #222 transparent;
background: #333;
- color: #333;
+ color: #ccc;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.feed-icon {
margin-right: 2px;