summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/index.css
diff options
context:
space:
mode:
authorDavid Hill <[email protected]>2025-12-11 00:46:07 +0000
committerDavid Hill <[email protected]>2025-12-11 00:46:07 +0000
commita468044c9fb4ece1f1ae4685d46eb875751b66d8 (patch)
treea1879744be543886fa1f50190aff37db8b218c52 /packages/ui/src/index.css
parentf0274fd29f7301b8ca79b1573b26efd8d08f31d6 (diff)
parentfadeed1fa4caacf34054b231784513a841745766 (diff)
downloadopencode-a468044c9fb4ece1f1ae4685d46eb875751b66d8.tar.gz
opencode-a468044c9fb4ece1f1ae4685d46eb875751b66d8.zip
Merge branch 'dev' of https://github.com/sst/opencode into dev
Diffstat (limited to 'packages/ui/src/index.css')
-rw-r--r--packages/ui/src/index.css40
1 files changed, 0 insertions, 40 deletions
diff --git a/packages/ui/src/index.css b/packages/ui/src/index.css
deleted file mode 100644
index 27bcac4da..000000000
--- a/packages/ui/src/index.css
+++ /dev/null
@@ -1,40 +0,0 @@
-@import "./styles/index.css";
-
-:root {
- body {
- margin: 0;
- background-color: var(--background-base);
- color: var(--text-base);
- }
- main {
- display: flex;
- flex-direction: row;
- overflow-x: hidden;
- }
- main > div {
- flex: 1;
- padding: 2rem;
- min-width: 0;
- overflow-x: hidden;
- display: flex;
- flex-direction: column;
- gap: 2rem;
- }
- h3 {
- font-size: 1.25rem;
- font-weight: 600;
- margin: 0 0 1rem 0;
- margin-bottom: -1rem;
- }
- section {
- display: flex;
- flex-wrap: wrap;
- gap: 0.75rem;
- align-items: flex-start;
- }
-}
-
-.dark {
- background-color: var(--background-base);
- color: var(--text-base);
-}