reduce background image filesize

This commit is contained in:
davidovski 2024-01-09 15:49:57 +00:00
parent 22ad086b99
commit 36764da902
2 changed files with 1 additions and 1 deletions

BIN
site/images/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View File

@ -21,7 +21,7 @@
body {
background-color: #373b41;
background-image: url("/images/bg.png");
background-image: url("/images/bg.jpg");
background-repeat: repeat-x;
background-attachment: fixed;
background-position: center bottom;