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
@@ -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
@@ -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