From 1bee34b423a9441eb480271fd8b31c6ad6df171f Mon Sep 17 00:00:00 2001 From: sp mac bookpro 2605 Date: Mon, 8 Jun 2026 01:30:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E6=B0=94=E6=B3=A1?= =?UTF-8?q?=E4=B8=AD=E7=9A=84@=E6=8F=90=E5=8F=8A=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=A9=99=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles.css b/src/styles.css index 0fd6285..464f396 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1582,6 +1582,12 @@ span.mention { line-height: 1.3; } +.bubble.user span.mention { + background: rgba(255, 159, 10, 0.22); + border: 1px solid rgba(255, 159, 10, 0.38); + color: #ff9f0a; +} + .ant-collapse-content { background: var(--color-surface) !important; color: var(--color-text) !important;