mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
tweak(ui): keep reasoning inline code subdued in dark mode
This commit is contained in:
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…
x
Reference in New Issue
Block a user