diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e5398ce..4f84182 100644 --- a/static/style.css +++ b/static/style.css @@ -408,3 +408,14 @@ td > ul { margin-top: 0; margin-bottom: 0; } + + + +.complete-error-page { + font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', sans-serif; +} + +.complete-error-page hr { + border: 0; + border-bottom: 1px dashed; +} |