Use WebP instead of JPEG for background image
This commit is contained in:
parent
086eb5deaa
commit
f3ed3c3d58
2 changed files with 1 additions and 1 deletions
BIN
public/assets/background.webp
Normal file
BIN
public/assets/background.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 186 KiB |
|
@ -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;
|
||||
|
|
Reference in a new issue