Fix: about blue theme

This commit is contained in:
Cutls 2019-08-08 01:55:47 +09:00
parent b909cbe666
commit 47e2693368

View File

@ -11,6 +11,7 @@ function themes(theme) {
$("html").removeClass("greentheme");
$("html").removeClass("browntheme");
$("html").removeClass("blacktheme");
$("html").removeClass("bluetheme");
$("html").removeClass("customtheme");
$("html").addClass(theme + "theme");
var font = localStorage.getItem("font");