docs: share page bash tool output

This commit is contained in:
Jay V 2025-06-24 19:02:16 -04:00
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;