summaryrefslogtreecommitdiff
path: root/themes/night.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/night.css')
-rw-r--r--themes/night.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/night.css b/themes/night.css
index 1139521ad..5a2a82f6b 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -331,7 +331,7 @@ body.ttrss_main .dijitContentPane pre {
body.ttrss_main .alert {
padding: 8px 35px 8px 14px;
margin-bottom: 10px;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
+ /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
background-color: #fcf8e3;
border: 1px solid #fbeed5;
border-radius: 4px;
@@ -2057,4 +2057,8 @@ body.flat.ttrss_main ::-webkit-scrollbar-thumb {
body.flat.ttrss_main ::-webkit-scrollbar-track {
background-color: #222222;
}
+body.flat.ttrss_main .alert {
+ background: #222222;
+ border-color: #664518;
+}
/*# sourceMappingURL=night.css.map */ \ No newline at end of file