diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-21 22:38:01 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-21 22:38:01 +0800 |
commit | e13bbd0c081e7918c23a84a79fdb842c6fe15a1f (patch) | |
tree | 6a30a4ef814613c52e614d0299ea576d944ed16b /static | |
parent | Fix Is_file -> IsFile naming (diff) | |
download | forge-e13bbd0c081e7918c23a84a79fdb842c6fe15a1f.tar.gz forge-e13bbd0c081e7918c23a84a79fdb842c6fe15a1f.tar.zst forge-e13bbd0c081e7918c23a84a79fdb842c6fe15a1f.zip |
Add a "Proper" 404 page
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; +} |