docs: share page bash tool output

This commit is contained in:
Jay V
2025-06-24 19:02:16 -04:00
parent 0b1a8ae699
commit a3cf18c905
2 changed files with 43 additions and 16 deletions

View File

@@ -616,6 +616,13 @@
}
}
[data-section="error"] {
pre {
color: var(--sl-color-red) !important;
--shiki-dark: var(--sl-color-red) !important;
}
}
&[data-expanded="true"] {
pre {
display: block;