aboutsummaryrefslogtreecommitdiffstats
path: root/templates
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 /templates
parentClose window by hitting red button (diff)
Darken background of muted error header
Diffstat (limited to 'templates')
-rw-r--r--templates/errors/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/errors/error.html b/templates/errors/error.html
index d9a805df..5b1ba462 100644
--- a/templates/errors/error.html
+++ b/templates/errors/error.html
@@ -10,7 +10,7 @@
</script>
<div class="uk-background-muted">
<div class="uk-section">
- <div class="uk-text-center"><code class="uk-text-large">{{ error_title }}</code></div>
+ <div class="uk-text-center"><code class="error-header uk-text-large">{{ error_title }}</code></div>
</div>
</div>
<script src="/static/js/typewriter.js"></script>