fix: 用户气泡中的@提及改为橙色

main
sp mac bookpro 2605 2026-06-08 01:30:13 +08:00
parent 3240155523
commit 1bee34b423
1 changed files with 6 additions and 0 deletions

View File

@ -1582,6 +1582,12 @@ span.mention {
line-height: 1.3; 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 { .ant-collapse-content {
background: var(--color-surface) !important; background: var(--color-surface) !important;
color: var(--color-text) !important; color: var(--color-text) !important;