From e7b1351384c5ef1c68f5f39a03468fc68f8b9e35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B2=E6=82=A6?= Date: Mon, 27 Oct 2025 16:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=A0=E9=99=A4=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 1c7192a..6461f3a 100644 --- a/css/style.css +++ b/css/style.css @@ -37,6 +37,9 @@ iconify-icon { box-shadow: 2px 2px 0 rgba(0,0,0,0.2); } +.chat-bubble-user .bubble-action-btn { + color: white; +} .chat-bubble-ai { background: #fff; color: #1f2937;