summaryrefslogtreecommitdiff
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
parentab96fe5a60bcd3a4e6e87c4c2f7ae1f4c98acff4 (diff)
night theme: keep normal modal colors
-rw-r--r--themes/default.css4
-rw-r--r--themes/night.css3
2 files changed, 7 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;
+ }
}
diff --git a/themes/night.css b/themes/night.css
index 3b451ad..cd4447c 100644
--- a/themes/night.css
+++ b/themes/night.css
@@ -3,3 +3,6 @@ body, .loading, html:-webkit-full-screen {
color : #ccc;
}
+body .modal {
+ color : #333;
+}