From fa576edd05a5aac669b0483ed839d472554813be Mon Sep 17 00:00:00 2001 From: yiqiu Date: Wed, 18 Mar 2026 19:33:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=A0=20#about=20=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E8=A6=86=E7=9B=96=E7=A1=AE=E4=BF=9D=E6=B7=B1=E8=89=B2=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E4=B8=8D=E8=A2=AB=E6=97=A7=E7=99=BD=E8=89=B2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=9B=96=E4=BD=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/about.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/about.css b/css/about.css index 60c36f3..e3af931 100644 --- a/css/about.css +++ b/css/about.css @@ -8,6 +8,20 @@ min-height: 100vh; } +/* 覆盖 common/extend 中的旧白色主题 */ +#about .section-content { + padding-left: 20px; + padding-right: 20px; +} + +#about .section-title .section-desc { + color: rgba(148, 163, 184, 0.7); +} + +#about .section { + background: transparent; +} + /* ============================================ 1. Hero Banner ============================================ */