should be finished now
This commit is contained in:
parent
de10624bd4
commit
59a153d163
@ -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";
|
||||
}
|
||||
Reference in New Issue
Block a user