Replacing all instances of {{ background_color }} with a desired# hexadecimal color value isn't as easy as it sounds.
I have had some success using the coding:
background-color: {{ "#000000;" }}; in some areas
however the full background remains white and this coding is not working on this area, and I'm not sure what to replace this with to change the background colour to black.