diff --git a/img/bg_avif.avif b/img/bg_avif.avif new file mode 100644 index 0000000..68bfda7 Binary files /dev/null and b/img/bg_avif.avif differ diff --git a/styles/stylemain.css b/styles/stylemain.css index 0311ad9..40eed58 100644 --- a/styles/stylemain.css +++ b/styles/stylemain.css @@ -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;