Fix: about blue theme
This commit is contained in:
		@@ -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");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user