summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 05:47:13 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 05:47:13 +0300
commitfbc6f3947241cfddf127a8e229119e2a44685aaf (patch)
treebea4c4bd23cde8cf9a4e5524c5c59ea7c5fb7210 /themes/night.less
parentea4598a4aa7971bf346c5f4f7b934a1b0b26d983 (diff)
night.css: add missing stuff, update alerts
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 44ae4ccc3..17246c085 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -279,5 +279,10 @@ body.flat.ttrss_main {
background-color: @bg-panel;
}
+ .alert {
+ background: @bg-panel;
+ border-color : darken(@color-accent, 20%);
+ }
+
}