Update darkmode.js
This commit is contained in:
parent
35d1bf06bc
commit
1a2a621c48
@ -8,7 +8,7 @@ dCheck.onclick = function dClick(){
|
|||||||
body.style.color="f1f1f1";
|
body.style.color="f1f1f1";
|
||||||
body.style.backgroundColor="3c3c3c";
|
body.style.backgroundColor="3c3c3c";
|
||||||
|
|
||||||
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'){
|
||||||
inputs.style.backgroundColor="#13f4f3";
|
inputs.style.backgroundColor="#13f4f3";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user