笨蛋 commited on
Commit
8e379aa
1 Parent(s): 65f20e3

Update themes/theme.py

Browse files
Files changed (1) hide show
  1. themes/theme.py +1 -1
themes/theme.py CHANGED
@@ -6,7 +6,7 @@ def load_dynamic_theme(THEME):
6
  adjust_dynamic_theme = None
7
  if THEME == 'Chuanhu-Small-and-Beautiful':
8
  from .green import adjust_theme, advanced_css
9
- # theme_declaration = "<h2 align=\"center\" class=\"small\">[Chuanhu-Small-and-Beautiful主题]</h2>"
10
  elif THEME == 'High-Contrast':
11
  from .contrast import adjust_theme, advanced_css
12
  theme_declaration = ""
 
6
  adjust_dynamic_theme = None
7
  if THEME == 'Chuanhu-Small-and-Beautiful':
8
  from .green import adjust_theme, advanced_css
9
+ theme_declaration = "<h2 align=\"center\" class=\"small\"></h2>"
10
  elif THEME == 'High-Contrast':
11
  from .contrast import adjust_theme, advanced_css
12
  theme_declaration = ""