summaryrefslogtreecommitdiff
path: root/themes/light
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
parent44b274b6d422fd647bcffade2afba6a7e62f2786 (diff)
remove some hardcoded color values
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/tt-rss.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index 1c040e93f..1d0564901 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -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 {