summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less
index 12c5dcc1c..32fca2dfd 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -65,6 +65,18 @@ body.flat.ttrss_main {
#floatingTitle {
background-color : @bg-main;
border-color : @border-dark;
+
+ .feed a {
+ color : @fg-light;
+ }
+
+ i.material-icons {
+ opacity : 0.7;
+ }
+ }
+
+ div#floatingTitle.Unread a.title {
+ color : @fg-light;
}
#headlines-frame {