updated error.php background
This commit is contained in:
parent
0f630689f3
commit
e6d10073b8
@ -74,6 +74,12 @@ switch ($code) {
|
|||||||
<?= default_styles() ?>
|
<?= default_styles() ?>
|
||||||
<?= common_styles() ?>
|
<?= common_styles() ?>
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: radial-gradient(ellipse at center,
|
||||||
|
#1e1e2f 0%,
|
||||||
|
#0f0f1a 100%);
|
||||||
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user