summaryrefslogtreecommitdiff
path: root/themes/light.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 13:43:16 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 13:43:16 +0300
commitd9ba40392779e0fc0b73dca2533fc75597ffc66a (patch)
treec1fefcff305b47c5180f31d9d7deb80e062a4c5a /themes/light.css
parent44b274b6d422fd647bcffade2afba6a7e62f2786 (diff)
remove some hardcoded color values
Diffstat (limited to 'themes/light.css')
-rw-r--r--themes/light.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/light.css b/themes/light.css
index 37b27f65e..46a19904c 100644
--- a/themes/light.css
+++ b/themes/light.css
@@ -569,10 +569,10 @@ body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow .dijitIcon.
margin-right: 2px;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow i.icon.icon-inbox {
- color: #555;
+ color: #888888;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow i.icon.icon-archive {
- color: #c77b2e;
+ color: #cf7800;
}
body.ttrss_main #feeds-holder #feedTree .dijitTreeNode .dijitTreeRow i.icon.icon-star {
position: relative;