Make CSS load WebP image

This commit is contained in:
wow nero 2021-11-07 21:10:55 +00:00
parent 40b685ad7f
commit 97e43c1a01
1 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
body {
background-image: url("/static/bg.png");
background-image: url("/static/bg.webp");
background-repeat: repeat;
}