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
+1 -1
View File
@@ -37,7 +37,7 @@
<link rel="stylesheet" href="/pages/popularity/foundation.css?v=20260806-1">
<link rel="stylesheet" href="/pages/dragon-tiger/foundation.css?v=20260806-1">
<link rel="stylesheet" href="/pages/screener/foundation.css?v=20260806-2">
<link rel="stylesheet" href="/pages/mentor/foundation.css?v=20260806-2">
<link rel="stylesheet" href="/pages/mentor/foundation.css?v=20260807-1">
<link rel="stylesheet" href="/pages/heaven/foundation.css?v=20260806-2">
<link rel="stylesheet" href="/pages/review/foundation.css?v=20260806-1">
</head>
+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);