tweak(ui): keep reasoning inline code subdued in dark mode

pull/12746/head^2
David Hill 2026-02-20 01:46:21 +00:00
parent 45191ad144
commit 7afa48b4ef
1 changed files with 6 additions and 0 deletions

View File

@ -252,6 +252,12 @@
}
}
@media (prefers-color-scheme: dark) {
[data-component="reasoning-part"] [data-component="markdown"] :not(pre) > code {
opacity: 0.6;
}
}
[data-component="tool-error"] {
display: flex;
align-items: start;