小而美

This commit is contained in:
binary-husky
2023-07-10 00:20:14 +08:00
parent 4fde0120ab
commit acddb86f3a
4 changed files with 14 additions and 11 deletions

View File

@ -4,7 +4,7 @@ THEME, = get_conf('THEME')
if THEME == 'Chuanhu-Small-and-Beautiful':
from .green import adjust_theme, advanced_css
theme_declaration = "\t" + "<smaller>[Chuanhu-Small-and-Beautiful主题]</smaller>"
theme_declaration = "<h2 align=\"center\" class=\"small\">[Chuanhu-Small-and-Beautiful主题]</h2>"
else:
from .default import adjust_theme, advanced_css
theme_declaration = ""