From e6d10073b81648a9d12586d7933723b2b2bede34 Mon Sep 17 00:00:00 2001 From: Ludwig Lehnert Date: Tue, 15 Apr 2025 15:54:31 +0200 Subject: [PATCH] updated error.php background --- www/error.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/error.php b/www/error.php index a27b9a2..2dcbc0f 100644 --- a/www/error.php +++ b/www/error.php @@ -74,6 +74,12 @@ switch ($code) { + body { + background: radial-gradient(ellipse at center, + #1e1e2f 0%, + #0f0f1a 100%); + } + main { display: flex; flex-direction: column;