From cca49d875c1d8465fd9be87acb768cb49a4f19c9 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Mon, 27 Jul 2026 12:57:02 +0200 Subject: [PATCH] Update 404 page messaging and styling --- 404.php | 6 +++--- style.css | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/404.php b/404.php index 8095fe1..bab50bb 100644 --- a/404.php +++ b/404.php @@ -3,9 +3,9 @@ get_header(); ?>
-

-

-

+

+

+

diff --git a/style.css b/style.css index 42fc3db..f62898f 100644 --- a/style.css +++ b/style.css @@ -324,6 +324,11 @@ h4 { margin: 0; font-size: clamp(2rem, 1.35rem + 2.5vw, 3.5rem); } +.error-title { + margin: 0; + font-size: clamp(4rem, 2.7rem + 5vw, 7rem); + font-feature-settings: "ss05" 1, "liga" 1; +} .archive-description { color: var(--muted); }