summaryrefslogtreecommitdiff
path: root/styles/index.scss
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2020-07-13 16:11:55 -0400
committerAdam T. Carpenter <atc@53hor.net>2020-07-13 16:11:55 -0400
commit5c79ade1400eb23e1565fe22602ef40439af2656 (patch)
tree5b48b909e1c3925caa688469ff8e61b081201dbd /styles/index.scss
parent9e5c439bf5dc12d8d42bbfd0eeb11b28c32c129b (diff)
downloadcarpentertutoring-5c79ade1400eb23e1565fe22602ef40439af2656.tar.xz
carpentertutoring-5c79ade1400eb23e1565fe22602ef40439af2656.zip
added fallbacks for webp because Safari/Apple still don't give a darn
Diffstat (limited to 'styles/index.scss')
-rw-r--r--styles/index.scss2
1 files changed, 1 insertions, 1 deletions
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");
}