summaryrefslogtreecommitdiff
path: root/themes/night_base.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 21:34:36 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 21:34:36 +0300
commit92f859add2f48254c09df44c95385f2837032466 (patch)
treeaa5853c6f05b7dd54bb8a5d9ce21d5eb02dee3f6 /themes/night_base.less
parenta0e41f41a491c4a8e5e737846edaf1a0b31d5367 (diff)
update night theme re: previous
Diffstat (limited to 'themes/night_base.less')
-rw-r--r--themes/night_base.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night_base.less b/themes/night_base.less
index e04c74639..e319a2027 100644
--- a/themes/night_base.less
+++ b/themes/night_base.less
@@ -89,6 +89,10 @@ body.flat.ttrss_main {
i.icon.icon-inbox {
color : darken(@default-text, 20%);
}
+
+ .loadingNode {
+ filter : invert(1);
+ }
}
}
}