feat: bg 6s crossfade rotate, sakura fall, LXGW WenKai font
This commit is contained in:
@@ -152,3 +152,22 @@ html:not([data-theme="dark"]) #post-info #post-meta i {
|
||||
font-size: 2.73em !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* ==================== 背景轮换淡入时长(配合 3 秒切换) ==================== */
|
||||
#web_bg.bg-animation {
|
||||
animation-duration: 1.2s;
|
||||
}
|
||||
|
||||
/* ==================== 全站字体:霞鹜文楷 (LXGW WenKai) ==================== */
|
||||
/* 仅替换正文字体,代码块保持主题自带的等宽字体 */
|
||||
body,
|
||||
#body-wrap,
|
||||
#article-container,
|
||||
#post-info,
|
||||
#aside-content,
|
||||
#nav,
|
||||
.site-page,
|
||||
footer#footer,
|
||||
#pagination {
|
||||
font-family: "LXGW WenKai", "LXGW WenKai Screen", "Microsoft YaHei", "PingFang SC", sans-serif !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user