From 3d8cb8ae5ef944285fb9b93f34d2263d9239b59e Mon Sep 17 00:00:00 2001 From: Ulf D <1coderookie@quantentunnel.de> Date: Sat, 9 Mar 2024 17:41:41 +0100 Subject: [PATCH] Update 404.html --- overrides/404.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overrides/404.html b/overrides/404.html index a02820b8..19ad6341 100644 --- a/overrides/404.html +++ b/overrides/404.html @@ -27,7 +27,7 @@ } section.notFound h1 { - color: orange; + color: red; font-size: 30px; margin-bottom: 45px; } @@ -59,7 +59,7 @@ height: auto; } section.notFound h1 { - color: orange; + color: red; font-size: 20px; } div.text a {