Update darkmode.js

This commit is contained in:
css pro 2024-10-01 12:19:17 -07:00 committed by GitHub
parent 43bfd19b91
commit 50e2e186db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
function dMode() {
function darkMode() {
console.log("heck yeah");
var inputs = document.getElementsByTagName('input');
var body = document.body;