fix(hub): use cyan accent in AI chat markdown
Apply accent color to chat headings, bold text, and coach role label instead of purple. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -3614,9 +3614,13 @@ body.hub-page-ai #page-ai {
|
|||||||
.ai-bubble-assistant.ai-result-md h4 {
|
.ai-bubble-assistant.ai-result-md h4 {
|
||||||
margin: 8px 0 4px;
|
margin: 8px 0 4px;
|
||||||
font-size: 0.92rem;
|
font-size: 0.92rem;
|
||||||
|
color: var(--accent);
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
.ai-bubble-assistant.ai-result-md strong {
|
||||||
|
color: var(--accent);
|
||||||
|
}
|
||||||
.ai-bubble-assistant.ai-result-md ul,
|
.ai-bubble-assistant.ai-result-md ul,
|
||||||
.ai-bubble-assistant.ai-result-md ol {
|
.ai-bubble-assistant.ai-result-md ol {
|
||||||
margin: 4px 0 6px 1.15em;
|
margin: 4px 0 6px 1.15em;
|
||||||
@@ -3718,7 +3722,7 @@ body.hub-page-ai #page-ai {
|
|||||||
color: var(--accent);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
.ai-msg-row-coach .ai-msg-role {
|
.ai-msg-row-coach .ai-msg-role {
|
||||||
color: var(--accent-2);
|
color: var(--accent);
|
||||||
}
|
}
|
||||||
.ai-bubble {
|
.ai-bubble {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'" />
|
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" media="print" onload="this.media='all'" />
|
||||||
<noscript><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" /></noscript>
|
<noscript><link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Orbitron:wght@500;600;700&display=swap" rel="stylesheet" /></noscript>
|
||||||
<link rel="stylesheet" href="/assets/app.css?v=20260607-hub-ai-v5" />
|
<link rel="stylesheet" href="/assets/app.css?v=20260607-hub-ai-v6" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="app-bg" aria-hidden="true"></div>
|
<div class="app-bg" aria-hidden="true"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user