diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-07-02 09:59:35 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-07-02 09:59:35 -0400 |
commit | eec230db63238ae4bbdb8153ec7c490d44c65a54 (patch) | |
tree | 46437b6fa42750510e89c9a7050ffa17d6315dea /styles | |
parent | 962131e125c2ef5e579e7f5168d6c8d63440b9f3 (diff) | |
download | carpentertutoring-eec230db63238ae4bbdb8153ec7c490d44c65a54.tar.xz carpentertutoring-eec230db63238ae4bbdb8153ec7c490d44c65a54.zip |
webp compression
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 7916766..429c733 100644 --- a/styles/index.scss +++ b/styles/index.scss @@ -106,5 +106,5 @@ } body { - background-image: url("/assets/bg.png"); + background-image: url("/assets/bg.webp"); } |