summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2024-01-09 15:49:57 +0000
committerdavidovski <david@davidovski.xyz>2024-01-09 15:49:57 +0000
commit36764da902dcb2e2b0a3e8fbb72af7cd6c55a5e7 (patch)
tree831ecd4362a76bf37c34b455bbe751ab2e1d14fb
parent22ad086b9951c51c8cedaeadcb7ec52eaeff46d8 (diff)
reduce background image filesize
-rw-r--r--site/images/bg.jpgbin0 -> 130046 bytes
-rw-r--r--site/style.css2
2 files changed, 1 insertions, 1 deletions
diff --git a/site/images/bg.jpg b/site/images/bg.jpg
new file mode 100644
index 0000000..a02a180
--- /dev/null
+++ b/site/images/bg.jpg
Binary files 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;