style: increase chat text and heading contrast

Boosted assistant message text opacity for better readability
Styled markdown headings with a slightly stronger foreground color
This commit is contained in:
Bohdan Triapitsyn
2026-09-07 19:26:23 +03:00
parent b238cd7fbc
commit c9bef8bc05
2 changed files with 2 additions and 1 deletions
@@ -2162,7 +2162,7 @@ const AssistantMessageBody = React.memo(({
) : null}
<div>
<div
className="message-content-text leading-relaxed overflow-hidden text-foreground/80 [&_p:last-child]:mb-0 [&_ul:last-child]:mb-0 [&_ol:last-child]:mb-0"
className="message-content-text leading-relaxed overflow-hidden text-foreground/90 [&_p:last-child]:mb-0 [&_ul:last-child]:mb-0 [&_ol:last-child]:mb-0"
>
{renderedParts}
{showErrorMessage && (