change bg to webp
This commit is contained in:
parent
bcf41e78d4
commit
9c474d5daa
BIN
assets/bg.png
BIN
assets/bg.png
Binary file not shown.
Before Width: | Height: | Size: 191 KiB |
Binary file not shown.
After Width: | Height: | Size: 176 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue