Convert background from jpg to webp

This commit is contained in:
Sophie Marie 2023-03-28 21:27:33 -05:00
parent 8c192ec456
commit dc2f1aed3e
Signed by: IDeletedSystem64
GPG key ID: F5D997A1BEF778ED
2 changed files with 1 additions and 1 deletions

BIN
img/bg.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

View file

@ -37,7 +37,7 @@ div.main {
border-radius: 30px;
}
body {
background-image: url("/img/bg.jpg");
background-image: url("/img/bg.webp");
}
input {
-webkit-appearance: none;