summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-25 10:11:18 +0300
committerAndrew Dolgov <[email protected]>2020-02-25 10:11:18 +0300
commitd9cd790d032113a1ae7c1f3ba269244cc0a83379 (patch)
treebde816618d1ec8197b6a60013ef3c1fe54e9e00f /themes/night_blue.css
parent788ea95fbda1939d49472bdf76ccea5f0d193c07 (diff)
dark theme, all articles icon: improve contrast
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 322b560c7..54ba4885d 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -2008,6 +2008,9 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected {
body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLabel {
text-shadow: none;
}
+body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
+ color: #AAA;
+}
body.flat.ttrss_main #floatingTitle {
background-color: #333;
}