summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-26 13:20:32 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-26 13:20:32 -0500
commit0f5ff1795e6e9d10eb67225f73b2e06f5020dc6c (patch)
tree51019181d0395480485901ddd3bbcb53b44e1f33
parentstart caching html pages, lower request tree chaining (diff)
downloadwebsite-0f5ff1795e6e9d10eb67225f73b2e06f5020dc6c.tar.gz
website-0f5ff1795e6e9d10eb67225f73b2e06f5020dc6c.tar.bz2
website-0f5ff1795e6e9d10eb67225f73b2e06f5020dc6c.zip
make one pixel barely transparent so that background webp has alpha channel
Diffstat (limited to '')
-rw-r--r--src/public/img/background.webpbin12142 -> 2486 bytes
-rw-r--r--src/scss/main.scss2
2 files changed, 1 insertions, 1 deletions
diff --git a/src/public/img/background.webp b/src/public/img/background.webp
index e5275e2..4379b31 100644
--- a/src/public/img/background.webp
+++ b/src/public/img/background.webp
Binary files differ
diff --git a/src/scss/main.scss b/src/scss/main.scss
index f750dea..fbddddf 100644
--- a/src/scss/main.scss
+++ b/src/scss/main.scss
@@ -116,7 +116,7 @@ html {
body {
@include background-image(
url("WEB_ROOT/public/img/background.png?ref=4"),
- url("WEB_ROOT/public/img/background.webp?ref=4") type("image/webp"),
+ url("WEB_ROOT/public/img/background.webp?ref=6") type("image/webp"),
url("WEB_ROOT/public/img/background.png?ref=4") type("image/png")
);
background-repeat: repeat;