aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css11
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;
+}