BAI-15: refine dark mentor answer bubble
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
multica-agent
parent
33f9db43b1
commit
a326df2a8d
+7
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user