From 88e1d9e3d9039b9e7067440505a7315c007769fe Mon Sep 17 00:00:00 2001 From: hehh Date: Mon, 1 Dec 2025 13:01:34 +0800 Subject: [PATCH] =?UTF-8?q?style(css):=20=E6=9B=B4=E6=96=B0=E6=8A=80?= =?UTF-8?q?=E6=9C=AF=E6=A0=87=E7=AD=BE=E9=A2=9C=E8=89=B2=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 tech-tag-3d 和 tech-tag-mobile 的颜色从白色更改为紫色 (#d57eeb) --- css/about.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/about.css b/css/about.css index 86cad87..842cf1f 100644 --- a/css/about.css +++ b/css/about.css @@ -1513,8 +1513,8 @@ body { } [data-theme="day"] .tech-tag-3d.tag-color-23, [data-theme="day"] .tech-tag-mobile.tag-color-23 { - color: #ffffff !important; - -webkit-text-fill-color: #ffffff !important; + color: #d57eeb !important; + -webkit-text-fill-color: #d57eeb !important; } [data-theme="day"] .tech-tag-3d.tag-color-24, [data-theme="day"] .tech-tag-mobile.tag-color-24 {