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

This commit is contained in:
David Hill
2026-02-20 01:46:21 +00:00
parent 45191ad144
commit 7afa48b4ef

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;