summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-25 12:14:18 +0300
committerAndrew Dolgov <[email protected]>2020-02-25 12:14:18 +0300
commit38b43cd55911ce707117b56f1b106cdd3ea7e6e4 (patch)
treef9aa9ae80ac80fa1f03f59b071156ef00bcc91cc /themes/night.css
parentd9cd790d032113a1ae7c1f3ba269244cc0a83379 (diff)
adjust previous to not use hardcoded rgb color
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 8216a1d60..0a84bd151 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -2009,7 +2009,7 @@ body.flat.ttrss_main #feeds-holder #feedTree .dijitTreeRowSelected .dijitTreeLab
text-shadow: none;
}
body.flat.ttrss_main #feeds-holder #feedTree i.icon.icon-inbox {
- color: #AAA;
+ color: #999999;
}
body.flat.ttrss_main #floatingTitle {
background-color: #333;