mirror of
https://git.davidovski.xyz/davidovski.git
synced 2024-08-15 00:43:29 +00:00
use gif format for background
This commit is contained in:
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 |
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue