New mast default bg and debug settings for IE

This commit is contained in:
2017-02-14 03:54:28 -07:00
parent 8733858fa4
commit e001115628
4 changed files with 5 additions and 4 deletions

View File

@@ -25,6 +25,7 @@
var rgb = Math.floor(Math.abs(1 - p) * 255); //set the color
var colorString = "rgb(" + rgb + "," + rgb + "," + rgb + ")";
document.body.style.backgroundColor = colorString;
console.log(colorString);
}
</script>
<style>