remove some hardcoded color values

This commit is contained in:
Andrew Dolgov
2021-03-16 13:43:16 +03:00
parent 44b274b6d4
commit d9ba403927
7 changed files with 50 additions and 48 deletions

View File

@@ -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;