0👍
✅
You could simply use pure Javascript code that manipulate your DOM:
document.querySelector('body').style.backgroundColor=siteData.background
//document.querySelector('body').style.backgroundColor='#ff5'
you could also create a computed
property to do that
Source:stackexchange.com