Use the website bg instead of a gradient on error pages

This commit is contained in:
Sophie Marie 2023-06-03 10:31:52 -05:00
parent 6969960b73
commit 330091ae5b
Signed by: IDeletedSystem64
GPG Key ID: F5D997A1BEF778ED
1 changed files with 7 additions and 1 deletions

View File

@ -23,8 +23,13 @@ p.tiny {
text-align: center;
float: bottom;
}
a {
color: white;
font-family: 'Bitter', serif;
}
body {
background: linear-gradient(45deg, rgb(0, 14, 55), rgb(2, 0, 136));
background-image: url("/img/bg.jpg");
background-repeat: no-repeat;
height: 100%;
}
@ -42,6 +47,7 @@ img {
input {
-webkit-appearance: none;
appearance: none;
margin-left: auto;
margin-right: auto;
display: block;