summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-04-13 09:21:02 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-04-13 09:21:02 -0400
commitfd6a546b293b46f68363f91d12297701345cf519 (patch)
tree729fbc7f6007781883dba58cdb1393dde2258086 /templates
parent57723209aabbc012d6605e1c5bc6c0a88dda900e (diff)
downloadcarpentertutoring-fd6a546b293b46f68363f91d12297701345cf519.tar.xz
carpentertutoring-fd6a546b293b46f68363f91d12297701345cf519.zip
fix: shrink background image into webp
Diffstat (limited to 'templates')
-rw-r--r--templates/styles.css2
1 files changed, 1 insertions, 1 deletions
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 {