change bg to webp

This commit is contained in:
minish 2024-03-30 18:16:57 -04:00
parent bcf41e78d4
commit 9c474d5daa
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 191 KiB

BIN
assets/bg.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View File

@ -49,7 +49,7 @@ body {
height: 100vh;
z-index: -99;
background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.53)), url(/assets/bg.png);
background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.53)), url(/assets/bg.webp);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;