feat: bg 6s crossfade rotate, sakura fall, LXGW WenKai font

This commit is contained in:
2026-07-09 19:05:02 +08:00
parent 61bff7beac
commit 7d3f8b078b
5 changed files with 108 additions and 1 deletions
+19
View File
@@ -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;
}