Update darkmode.js

This commit is contained in:
css pro 2024-10-01 12:17:44 -07:00 committed by GitHub
parent 3c912d134d
commit 43bfd19b91
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";
inputs.style.backgroundColor="#13f4f3";
}
}
}