summaryrefslogtreecommitdiff
path: root/src/scss/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/scss/main.scss')
-rw-r--r--src/scss/main.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/scss/main.scss b/src/scss/main.scss
index 362e6b9..925cfef 100644
--- a/src/scss/main.scss
+++ b/src/scss/main.scss
@@ -114,7 +114,11 @@ html {
}
body {
- background-image: url("../img/background.png?ref=3");
+ @include background-image(
+ url("WEB_ROOT/public/img/background.png?ref=4"),
+ url("WEB_ROOT/public/img/background.webp?ref=7") type("image/webp"),
+ url("WEB_ROOT/public/img/background.png?ref=4") type("image/png")
+ );
background-repeat: repeat;
background-size: 512px;
background-color: #181818;