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
+2 -2
View File
@@ -651,11 +651,11 @@ body.ttrss_main {
}
i.icon.icon-inbox {
color : #555;
color : lighten(@default-text, 20%);
}
i.icon.icon-archive {
color : #c77b2e;
color : darken(@color-marked, 30%);
}
i.icon.icon-star {