summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/night.css b/themes/night.css
index b6c7852ae..35cced3cf 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -2181,6 +2181,15 @@ body.flat.ttrss_main ::-webkit-scrollbar-track {
body.flat.ttrss_main .alert {
background: #222;
border-color: #664518;
+ color: #b87d2c;
+}
+body.flat.ttrss_main .alert.alert-info {
+ color: #3a87ad;
+ border-color: #204b61;
+}
+body.flat.ttrss_main .alert.alert-danger {
+ color: #b94a48;
+ border-color: #702c2b;
}
body.ttrss_prefs hr {
border-color: #666;