summaryrefslogtreecommitdiff
path: root/themes/night_base.less
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_base.less
parentd9cd790d032113a1ae7c1f3ba269244cc0a83379 (diff)
adjust previous to not use hardcoded rgb color
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index a601d5aa0..fcc81fdc9 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -86,7 +86,7 @@ body.flat.ttrss_main {
}
i.icon.icon-inbox {
- color : #AAA;
+ color : darken(@default-text, 20%);
}
}
}