Update darkmode.js

This commit is contained in:
css pro 2024-10-01 19:20:08 -07:00 committed by GitHub
parent 35d1bf06bc
commit 1a2a621c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ dCheck.onclick = function dClick(){
body.style.color="f1f1f1";
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'){
inputs.style.backgroundColor="#13f4f3";
}