summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/components/share.module.css
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-06-24 19:02:16 -0400
committerJay V <[email protected]>2025-06-24 19:28:51 -0400
commita3cf18c905a65368dd39daaaeab49c98499ae4e8 (patch)
tree3e34c4539154e77ace61182270876ce94b7665a0 /packages/web/src/components/share.module.css
parent0b1a8ae699a4bccc379f7f6569171163e1caa7cf (diff)
downloadopencode-a3cf18c905a65368dd39daaaeab49c98499ae4e8.tar.gz
opencode-a3cf18c905a65368dd39daaaeab49c98499ae4e8.zip
docs: share page bash tool output
Diffstat (limited to 'packages/web/src/components/share.module.css')
-rw-r--r--packages/web/src/components/share.module.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/web/src/components/share.module.css b/packages/web/src/components/share.module.css
index f094bda56..53f082c9b 100644
--- a/packages/web/src/components/share.module.css
+++ b/packages/web/src/components/share.module.css
@@ -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;