Use the website bg instead of a gradient on error pages
This commit is contained in:
parent
6969960b73
commit
330091ae5b
|
@ -23,8 +23,13 @@ p.tiny {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
float: bottom;
|
float: bottom;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
font-family: 'Bitter', serif;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: linear-gradient(45deg, rgb(0, 14, 55), rgb(2, 0, 136));
|
background-image: url("/img/bg.jpg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@ -42,6 +47,7 @@ img {
|
||||||
|
|
||||||
input {
|
input {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue