Fix: about blue theme
This commit is contained in:
parent
b909cbe666
commit
47e2693368
|
@ -11,6 +11,7 @@ function themes(theme) {
|
||||||
$("html").removeClass("greentheme");
|
$("html").removeClass("greentheme");
|
||||||
$("html").removeClass("browntheme");
|
$("html").removeClass("browntheme");
|
||||||
$("html").removeClass("blacktheme");
|
$("html").removeClass("blacktheme");
|
||||||
|
$("html").removeClass("bluetheme");
|
||||||
$("html").removeClass("customtheme");
|
$("html").removeClass("customtheme");
|
||||||
$("html").addClass(theme + "theme");
|
$("html").addClass(theme + "theme");
|
||||||
var font = localStorage.getItem("font");
|
var font = localStorage.getItem("font");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user