summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
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%);
+ }
+
}