BAI-15: refine dark mentor answer bubble

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
MS-01-Codex
2026-08-07 10:14:02 +08:00
co-authored by multica-agent
parent 33f9db43b1
commit a326df2a8d
5 changed files with 25 additions and 11 deletions
+7 -2
View File
@@ -966,11 +966,16 @@
}
:root[data-theme="dark"] #mentorView .mentor-message {
border-color: var(--line-soft);
background: var(--surface-subtle);
background: transparent;
box-shadow: none;
}
:root[data-theme="dark"] #mentorView .mentor-message.assistant .mentor-message-content {
border-color: var(--border);
background: var(--surface-muted);
color: var(--text-primary);
}
:root[data-theme="dark"] #mentorView .mentor-message.user .mentor-message-content {
border-color: var(--blue-line);
background: var(--action-soft);