change background from png to webp for performance/size

This commit is contained in:
cottongin
2026-01-18 19:27:15 -05:00
parent e6b0db7227
commit aae0af7c19
2 changed files with 1 additions and 1 deletions

BIN
assets/background.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB

View File

@@ -36,7 +36,7 @@ body {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background-image: url('background.png'); background-image: url('background.webp');
background-size: 100%; background-size: 100%;
background-position: center; background-position: center;
background-repeat: repeat; background-repeat: repeat;