From 84bfbd9a3e3f13921be36cc8dccddcd9dfd2c043 Mon Sep 17 00:00:00 2001 From: freefire Date: Wed, 2 Sep 2026 02:50:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B8=96=E5=AD=90=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=8F=B3=E6=A0=8F=E9=BB=98=E8=AE=A4=E5=A4=B4=E5=83=8F=E4=B8=8E?= =?UTF-8?q?=E5=85=A8=E7=AB=99=E9=85=8D=E8=89=B2=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 作者卡占位头像改为深绿底白字,与 post-avatar 默认样式统一。 --- frontend/src/styles/global.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css index 59950fa..40cabc2 100644 --- a/frontend/src/styles/global.css +++ b/frontend/src/styles/global.css @@ -1535,11 +1535,10 @@ html.dark .ssr-theme-icon--sun { align-items: center; justify-content: center; line-height: 0; - background: var(--j13-green-bg); - color: var(--j13-green); + background: var(--j13-green); + color: #fff; font-size: 18px; - font-weight: 700; - box-shadow: 0 0 0 1px var(--j13-border-light); + font-weight: 600; } .widget-author-avatar img {