bg.js 210 Bytes Edit Raw Blame History 1 2 3 var fillBackgroundWithColor = function(color) { document.body.style.background = document.getElementById('body').style.background = document.getElementById('proposals-container').style.background = color; };