summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 12:04:39 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 12:04:39 +0300
commit4fcf816a3aca9554882129ad9b01d5cfb8973ba1 (patch)
tree77360a97a2263cb4cd976f84c6700dbe4ba2a224 /themes/night.less
parentb68ee9adf401347900664aba5e0256446d0ff3cd (diff)
night.css: fix floatingTitle background
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less
index d79551fa9..12c5dcc1c 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -62,6 +62,11 @@ body.flat.ttrss_main {
}
}
+ #floatingTitle {
+ background-color : @bg-main;
+ border-color : @border-dark;
+ }
+
#headlines-frame {
.whiteBox {
border-color : @border-dark;