summaryrefslogtreecommitdiff
path: root/themes/night_base.less
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_base.less
parent788ea95fbda1939d49472bdf76ccea5f0d193c07 (diff)
dark theme, all articles icon: improve contrast
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index f94271fa4..a601d5aa0 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -84,6 +84,10 @@ body.flat.ttrss_main {
.dijitTreeRowSelected .dijitTreeLabel {
text-shadow : none;
}
+
+ i.icon.icon-inbox {
+ color : #AAA;
+ }
}
}