diff --git a/src/App.js b/src/App.js
index 23f6cb78..32589b64 100644
--- a/src/App.js
+++ b/src/App.js
@@ -68,6 +68,7 @@ export default {
     logo () { return this.$store.state.instance.logo },
     bgStyle () {
       return {
+        '--body-background-image': `url(${this.background})`,
         'background-image': `url(${this.background})`
       }
     },