fix: 首页帖子列表标题去掉加粗

保留 15px 字号,字重改回 400。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-28 03:11:47 +08:00
parent cce9fb9ed8
commit d929bf96aa

View File

@@ -2992,7 +2992,7 @@ body:has(.admin-topbar) .ptr-indicator {
.post-row--v2 .post-title {
font-size: 15px;
font-weight: 500;
font-weight: 400;
line-height: 1.35;
}