Update darkmode.js

This commit is contained in:
css pro 2024-10-01 11:31:38 -07:00 committed by GitHub
parent a0ecacdaab
commit a724150401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ function dMode(){
for(var i=0; i<inputs.length; i++){
if(inputs[i].getAttribute('type')=='button'){
buttons.style.backgroundcolor="#13f4f3";
buttons.style.backgroundColor="#13f4f3";
}
}
}