summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 10:48:23 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 10:48:23 +0300
commit00716980c0b2fc9166758db14247efd87beb6297 (patch)
treeff057a17cdc8894759033e8ea02c4314c57fe8c5 /themes/night.less
parent83591214ae6aab99204f08450d0aba2de3606dde (diff)
night.css: fix whitebox border
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 f4a843909..c0680bf5a 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -63,6 +63,10 @@ body.flat.ttrss_main {
}
#headlines-frame {
+ .whiteBox {
+ border-color : @border-dark;
+ }
+
.hl:not(.active):not(.Selected),
.cdm:not(.Selected) {
background: @bg-main;