forked from AkkomaGang/akkoma-fe
Revert a change which can break the theme preview
This commit is contained in:
parent
ee694d62eb
commit
0483f1d636
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ export default {
|
||||||
logo () { return this.$store.state.instance.logo },
|
logo () { return this.$store.state.instance.logo },
|
||||||
bgStyle () {
|
bgStyle () {
|
||||||
return {
|
return {
|
||||||
|
'--body-background-image': `url(${this.background})`,
|
||||||
'background-image': `url(${this.background})`
|
'background-image': `url(${this.background})`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue