use gif format for background

This commit is contained in:
davidovski 2024-01-20 16:04:47 +00:00
parent 65d05a6a4d
commit b31b45a6d2
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 B

After

Width:  |  Height:  |  Size: 45 KiB

View File

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