summaryrefslogtreecommitdiff
path: root/src/chrome/global/alerts/alert.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/chrome/global/alerts/alert.css')
-rw-r--r--src/chrome/global/alerts/alert.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chrome/global/alerts/alert.css b/src/chrome/global/alerts/alert.css
index 43d12ec..e68a8ce 100644
--- a/src/chrome/global/alerts/alert.css
+++ b/src/chrome/global/alerts/alert.css
@@ -19,8 +19,8 @@
19#alertBox { 19#alertBox {
20 border: 1px solid rgb(64,64,64); 20 border: 1px solid rgb(64,64,64);
21 border-radius: 0; 21 border-radius: 0;
22 background-color: rgb(0,0,0); 22 background-color: #181411;
23 color: #fff; 23 color: #bfbbb6;
24 box-shadow: 0 0 4px rgba(255,255,255,.3); 24 box-shadow: 0 0 4px rgba(255,255,255,.3);
25} 25}
26 26