diff options
author | davidovski <david@davidovski.xyz> | 2024-01-09 15:49:57 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-01-09 15:49:57 +0000 |
commit | 36764da902dcb2e2b0a3e8fbb72af7cd6c55a5e7 (patch) | |
tree | 831ecd4362a76bf37c34b455bbe751ab2e1d14fb /site/style.css | |
parent | 22ad086b9951c51c8cedaeadcb7ec52eaeff46d8 (diff) |
reduce background image filesize
Diffstat (limited to 'site/style.css')
-rw-r--r-- | site/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/style.css b/site/style.css index d24dc15..301d639 100644 --- a/site/style.css +++ b/site/style.css @@ -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; |