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