fix(terminal): add missing .tool-result-block.error red rule
This commit is contained in:
parent
57f936af63
commit
cf16f81dee
1 changed files with 3 additions and 2 deletions
|
|
@ -122,6 +122,7 @@
|
||||||
.live .tool-use { color: var(--cyan); }
|
.live .tool-use { color: var(--cyan); }
|
||||||
.live .tool-result { color: var(--muted); }
|
.live .tool-result { color: var(--muted); }
|
||||||
.live .tool-result.error { color: var(--red); }
|
.live .tool-result.error { color: var(--red); }
|
||||||
|
.live .tool-result-block.error { color: var(--red); }
|
||||||
.live .result { color: var(--green); }
|
.live .result { color: var(--green); }
|
||||||
.live .note { color: var(--muted); }
|
.live .note { color: var(--muted); }
|
||||||
/* Distinguish stderr lines (orange) and operator-initiated notes
|
/* Distinguish stderr lines (orange) and operator-initiated notes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue