Update darkmode.js
This commit is contained in:
parent
a0ecacdaab
commit
a724150401
@ -8,7 +8,7 @@ function dMode(){
|
|||||||
|
|
||||||
for(var i=0; i<inputs.length; i++){
|
for(var i=0; i<inputs.length; i++){
|
||||||
if(inputs[i].getAttribute('type')=='button'){
|
if(inputs[i].getAttribute('type')=='button'){
|
||||||
buttons.style.backgroundcolor="#13f4f3";
|
buttons.style.backgroundColor="#13f4f3";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user