Make background image AVIF

This commit is contained in:
Sophie Marie 2023-06-25 10:50:07 -05:00
parent 6af81658b3
commit fc3d7da700
Signed by: IDeletedSystem64
GPG key ID: F5D997A1BEF778ED
2 changed files with 1 additions and 1 deletions

BIN
img/bg_avif.avif Normal file

Binary file not shown.

View file

@ -37,7 +37,7 @@ div.main {
border-radius: 30px;
}
body {
background-image: url("/img/bg.jpg");
background-image: url("/img/bg_avif.avif"); /* If need be, I'll figure out a way to change this for devices that don't support AVIF */
}
input {
-webkit-appearance: none;