From 5c79ade1400eb23e1565fe22602ef40439af2656 Mon Sep 17 00:00:00 2001
From: "Adam T. Carpenter" <atc@53hor.net>
Date: Mon, 13 Jul 2020 16:11:55 -0400
Subject: added fallbacks for webp because Safari/Apple still don't give a darn

---
 styles/index.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'styles')

diff --git a/styles/index.scss b/styles/index.scss
index 429c733..7916766 100644
--- a/styles/index.scss
+++ b/styles/index.scss
@@ -106,5 +106,5 @@
 }
 
 body {
-  background-image: url("/assets/bg.webp");
+  background-image: url("/assets/bg.png");
 }
-- 
cgit v1.2.3