diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-07-13 16:11:55 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-07-13 16:11:55 -0400 |
commit | 5c79ade1400eb23e1565fe22602ef40439af2656 (patch) | |
tree | 5b48b909e1c3925caa688469ff8e61b081201dbd /styles | |
parent | 9e5c439bf5dc12d8d42bbfd0eeb11b28c32c129b (diff) | |
download | carpentertutoring-5c79ade1400eb23e1565fe22602ef40439af2656.tar.xz carpentertutoring-5c79ade1400eb23e1565fe22602ef40439af2656.zip |
added fallbacks for webp because Safari/Apple still don't give a darn
Diffstat (limited to 'styles')
-rw-r--r-- | styles/index.scss | 2 |
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"); } |