tweak(ui): keep reasoning inline code subdued in dark mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user