mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
tweak(ui): keep reasoning inline code subdued in dark mode
This commit is contained in:
parent
45191ad144
commit
7afa48b4ef
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue