Update 1.js
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
/*CHANGE THEME*/
|
||||
const darkmode = new Darkmode();
|
||||
const darkmode = new Darkmode(options);
|
||||
darkmode.showWidget();
|
||||
const isDark = document.body.classList.contains("darkmode--activated");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user