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;