From f46edc308af2e1d56031eb2e9115da19ebf2615b Mon Sep 17 00:00:00 2001 From: thzxx Date: Thu, 23 Apr 2026 11:51:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B7=A5=E5=85=B7=E9=A1=B5=E7=AD=BE?= =?UTF-8?q?=E5=BA=95=E6=A0=8F=E7=BB=9F=E8=AE=A1=E6=96=87=E5=AD=97=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E4=B8=8D=E5=8F=AF=E8=A7=81=EF=BC=88=E7=99=BD=E5=BA=95?= =?UTF-8?q?=E7=99=BD=E5=AD=97=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .ws-tools-hint 从 rgba(245,240,232,0.4) 改为 var(--text-tertiary), 与终端页签底栏 .ws-term-hint 保持一致。 --- src/renderer/styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/styles/style.css b/src/renderer/styles/style.css index 6bd3c97..339225d 100644 --- a/src/renderer/styles/style.css +++ b/src/renderer/styles/style.css @@ -2691,7 +2691,7 @@ html, body { .ws-tools-hint { font-size: 11px; - color: rgba(245, 240, 232, 0.4); + color: var(--text-tertiary); flex: 1; overflow: hidden; text-overflow: ellipsis;