tweak(ui): keep reasoning inline code subdued in dark mode
parent
45191ad144
commit
7afa48b4ef
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue