Update dark-mode.js

This commit is contained in:
2020-04-29 19:23:12 -04:00
committed by GitHub
parent 64fb1a2554
commit bc1fe9512b
+1 -1
View File
@@ -23,8 +23,8 @@
var dark = false;
// change CSS via these body classes:
var cls_light = 'light';
var cls_dark = 'dark';
var cls_light = 'light';
var activateTheme = function(theme) {
cls.remove(cls_light, cls_dark);