From d929bf96aa42d58c41cf13ebab62690552ce41a8 Mon Sep 17 00:00:00 2001 From: freefire Date: Fri, 28 Aug 2026 03:11:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=B8=96=E5=AD=90?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A0=87=E9=A2=98=E5=8E=BB=E6=8E=89=E5=8A=A0?= =?UTF-8?q?=E7=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 保留 15px 字号,字重改回 400。 Co-authored-by: Cursor --- frontend/src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css index e1ccc4e..72b8efb 100644 --- a/frontend/src/styles/global.css +++ b/frontend/src/styles/global.css @@ -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; }