summaryrefslogtreecommitdiff
path: root/themes/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-01-14 16:38:54 +0300
committerAndrew Dolgov <[email protected]>2020-01-14 16:38:54 +0300
commit4e9e6b1cea674a8621de851c953384f063db3c53 (patch)
tree292ee09168c5916ebe9952d80f6a909d1179d5cd /themes/default.css
parentab96fe5a60bcd3a4e6e87c4c2f7ae1f4c98acff4 (diff)
night theme: keep normal modal colors
Diffstat (limited to 'themes/default.css')
-rw-r--r--themes/default.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default.css b/themes/default.css
index 99d602e..cf6c95b 100644
--- a/themes/default.css
+++ b/themes/default.css
@@ -3,4 +3,8 @@
background : black;
color : #ccc;
}
+
+ body .modal {
+ color : #333;
+ }
}