Use WebP instead of JPEG for background image

This commit is contained in:
Sofía Aritz 2023-01-11 01:02:31 +01:00
parent 086eb5deaa
commit f3ed3c3d58
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

View file

@ -7,7 +7,7 @@
min-height: 100%;
color: rgba(255, 255, 255, 0.9);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25)), url("/assets/background.jpg");
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25)), url("/assets/background.webp");
background-color: #221130;
font-synthesis: none;