From e13bbd0c081e7918c23a84a79fdb842c6fe15a1f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 21 Mar 2025 22:38:01 +0800 Subject: Add a "Proper" 404 page --- static/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'static') 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; +} -- cgit v1.2.3