Skip to content

Commit d089db7

Browse files
committed
remove old classes theme
1 parent 5fc8708 commit d089db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/development.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ function enableLightTheme() {
381381
});
382382

383383
function applyTheme(theme){
384+
document.body.classList.remove('dark-theme', 'light-theme');
384385
document.body.classList.add(theme);
385386
}
386387

0 commit comments

Comments
 (0)