summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-10-06 16:13:21 -0400
committerJay V <[email protected]>2025-10-06 16:13:21 -0400
commitb351b75156b3dec1496e849f0d55e8d5655876e4 (patch)
treeb92b7fd695a9ad2ddfdeeb9418a7646c753da31c
parent2faa28e162bbc231ba2912d4f8e0814417253ae4 (diff)
downloadopencode-b351b75156b3dec1496e849f0d55e8d5655876e4.tar.gz
opencode-b351b75156b3dec1496e849f0d55e8d5655876e4.zip
docs: share page css
-rw-r--r--packages/web/src/styles/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/styles/custom.css b/packages/web/src/styles/custom.css
index 308e94a18..86628fe9f 100644
--- a/packages/web/src/styles/custom.css
+++ b/packages/web/src/styles/custom.css
@@ -24,6 +24,10 @@
--color-border-weak: hsl(0, 1%, 85%);
--color-icon: hsl(0, 1%, 55%);
+
+ /* For the share component */
+ --sl-color-bg-surface: var(--sl-color-bg-nav);
+ --sl-color-divider: var(--sl-color-gray-5);
}