From 530a5a6f5b84a1ef7eb9295b209c3d0637045ae6 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 25 Jun 2026 09:09:03 +1200 Subject: [PATCH] 404 and style change a bit --- static/style.css | 4 ++-- templates/404.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 700aae5..1f40c59 100644 --- a/static/style.css +++ b/static/style.css @@ -27,7 +27,7 @@ a:hover { margin: 0; padding: 0; display: flex; - background-color: #333333; + background-color: #111111; position: fixed; top: 0; left: 0; @@ -49,7 +49,7 @@ a:hover { } .navbar li a:hover { - background-color: #111111; + background-color: #222222; } main { diff --git a/templates/404.html b/templates/404.html index 3755915..503238a 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block content %} -

Oops! Page Not Found (404)

+

oops

The page you are looking for does not exist.

Return to home page by click the home button on the top left of this page

{% endblock %} \ No newline at end of file