diff options
Diffstat (limited to '')
| -rw-r--r-- | src/scss/main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scss/main.scss b/src/scss/main.scss index f750dea..fbddddf 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -116,7 +116,7 @@ html { body { @include background-image( url("WEB_ROOT/public/img/background.png?ref=4"), - url("WEB_ROOT/public/img/background.webp?ref=4") type("image/webp"), + url("WEB_ROOT/public/img/background.webp?ref=6") type("image/webp"), url("WEB_ROOT/public/img/background.png?ref=4") type("image/png") ); background-repeat: repeat; |