should be finished now

This commit is contained in:
messerbill 2013-07-09 15:33:38 +02:00
parent de10624bd4
commit 59a153d163

View File

@ -62,8 +62,9 @@ function switchTextBg(color){
div.style.backgroundColor = color;
var div2 = document.getElementById("site-content-wrapper");
div2.style.backgroundColor = color;
//div2.style.backgroundColor = color;
if (color == "black") div.style.color = "white";
if (color == "white") div.style.color = "black";
if (color == "black") div.style.backgroundImage = "none";
}