diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-26 13:20:32 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-26 13:20:32 -0500 |
| commit | 0f5ff1795e6e9d10eb67225f73b2e06f5020dc6c (patch) | |
| tree | 51019181d0395480485901ddd3bbcb53b44e1f33 /src | |
| parent | start caching html pages, lower request tree chaining (diff) | |
| download | website-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 'src')
| -rw-r--r-- | src/public/img/background.webp | bin | 12142 -> 2486 bytes | |||
| -rw-r--r-- | src/scss/main.scss | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/public/img/background.webp b/src/public/img/background.webp Binary files differindex e5275e2..4379b31 100644 --- a/src/public/img/background.webp +++ b/src/public/img/background.webp 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; |