Update darkmode.js

This commit is contained in:
Preston 2024-10-01 12:16:37 -07:00 committed by GitHub
parent c99cef59f1
commit 3c912d134d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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