aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGravatar JoeBanks13 <[email protected]>2018-03-01 14:04:03 +0000
committerGravatar JoeBanks13 <[email protected]>2018-03-01 14:04:13 +0000
commitd468a5ae3c7aa3745f963d8bd584193e129015e7 (patch)
treeea478ab66ae245de70c6d76a0a0306015622dcba /static
parentClose window by hitting red button (diff)
Darken background of muted error header
Diffstat (limited to 'static')
-rw-r--r--static/css/window.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/window.css b/static/css/window.css
index 5ca34d1e..ab140678 100644
--- a/static/css/window.css
+++ b/static/css/window.css
@@ -259,4 +259,8 @@ span.new .plus.y {
pre {
border: 0;
border-radius: 3px;
+}
+
+.uk-background-muted, .error-header {
+ background-color: #d0d0d0 !important;
} \ No newline at end of file