From 36764da902dcb2e2b0a3e8fbb72af7cd6c55a5e7 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 9 Jan 2024 15:49:57 +0000 Subject: reduce background image filesize --- site/images/bg.jpg | Bin 0 -> 130046 bytes site/style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 site/images/bg.jpg diff --git a/site/images/bg.jpg b/site/images/bg.jpg new file mode 100644 index 0000000..a02a180 Binary files /dev/null and b/site/images/bg.jpg differ 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; -- cgit v1.2.1