From 43bfd19b91fcc553b16356542873b551e85d7b63 Mon Sep 17 00:00:00 2001 From: css pro Date: Tue, 1 Oct 2024 12:17:44 -0700 Subject: [PATCH] Update darkmode.js --- js/darkmode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/darkmode.js b/js/darkmode.js index 7a59fb1..8dc6d92 100644 --- a/js/darkmode.js +++ b/js/darkmode.js @@ -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"; } } }