You've already forked dark-mode-example
mirror of
https://github.com/jakejarvis/dark-mode-example.git
synced 2025-10-18 22:04:25 -04:00
Update dark-mode.js
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user