summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-08 16:12:26 +0300
committerAndrew Dolgov <[email protected]>2018-12-08 16:12:26 +0300
commitb08ce13825089370783f4b1fc0ae3256b73b4ccb (patch)
tree4abae9232b52ebdb7e1eaae4e4bce7de975cf2f5 /themes/night.less
parentcf1ef002bc6b419385f41b12497318d90c088921 (diff)
night.css: invert loading indicator
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less
index 98ec99eec..cc8d53830 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -28,6 +28,10 @@ body.flat.ttrss_main.ttrss_prefs {
body.flat.ttrss_main {
color : @fg-main;
+ img[src*='indicator_white.gif'] {
+ filter : invert(1);
+ }
+
a:hover {
color : lighten(@color-link, 20%);
}