summaryrefslogtreecommitdiffhomepage
path: root/app/packages/web/src/styles
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-05-30 20:47:56 -0400
committerDax Raad <[email protected]>2025-05-30 20:48:36 -0400
commitf3da73553c45f17e04b1e77cb13eb0fca714d1bd (patch)
treea24317a19e1ab2a89da50db669dc6894f15d00d1 /app/packages/web/src/styles
parent9a26b3058ffc1023e5c7e54b6d571c903d15888e (diff)
downloadopencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.tar.gz
opencode-f3da73553c45f17e04b1e77cb13eb0fca714d1bd.zip
sync
Diffstat (limited to 'app/packages/web/src/styles')
-rw-r--r--app/packages/web/src/styles/custom.css16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/packages/web/src/styles/custom.css b/app/packages/web/src/styles/custom.css
deleted file mode 100644
index 9c4c71f00..000000000
--- a/app/packages/web/src/styles/custom.css
+++ /dev/null
@@ -1,16 +0,0 @@
-:root {
- --sl-color-bg-surface: var(--sl-color-bg-nav);
- --sl-color-divider: var(--sl-color-gray-5);
-}
-
-@media (prefers-color-scheme: dark) {
- .shiki,
- .shiki span {
- color: var(--shiki-dark) !important;
- background-color: var(--shiki-dark-bg) !important;
- /* Optional, if you also want font styles */
- font-style: var(--shiki-dark-font-style) !important;
- font-weight: var(--shiki-dark-font-weight) !important;
- text-decoration: var(--shiki-dark-text-decoration) !important;
- }
-}