Update darkmode.js
This commit is contained in:
parent
0c77cdb611
commit
39d2760775
@ -1,7 +1,6 @@
|
||||
var buttons = document.getElementsByTagName('button');
|
||||
var body = document.body;
|
||||
|
||||
function dMode(){
|
||||
var buttons = document.getElementsByTagName('button');
|
||||
var body = document.body;
|
||||
buttons.style.background-color("#13f4f3");
|
||||
body.style.color("f1f1f1");
|
||||
body.style.background-color("3c3c3c");
|
||||
|
Loading…
x
Reference in New Issue
Block a user