updated error.php background

This commit is contained in:
Ludwig Lehnert 2025-04-15 15:54:31 +02:00
parent 0f630689f3
commit e6d10073b8

View File

@ -74,6 +74,12 @@ switch ($code) {
<?= default_styles() ?>
<?= common_styles() ?>
body {
background: radial-gradient(ellipse at center,
#1e1e2f 0%,
#0f0f1a 100%);
}
main {
display: flex;
flex-direction: column;