diff options
| -rw-r--r-- | static/css/window.css | 4 | ||||
| -rw-r--r-- | templates/errors/error.html | 2 | 
2 files changed, 5 insertions, 1 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 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> | 
