From fd6a546b293b46f68363f91d12297701345cf519 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 13 Apr 2025 09:21:02 -0400 Subject: fix: shrink background image into webp --- templates/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/styles.css b/templates/styles.css index c18d25c..7dfe79b 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -22,7 +22,7 @@ body { } body { - background-image: url("/assets/bg.png"); + background-image: url("/assets/bg.webp"); } .banner { -- cgit v1.2.3