Update darkmode.js
This commit is contained in:
parent
3c912d134d
commit
43bfd19b91
@ -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";
|
inputs.style.backgroundColor="#13f4f3";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user