diff options
| author | Adam <[email protected]> | 2025-12-22 19:38:50 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-22 19:39:00 -0600 |
| commit | 794fe8f381c846f5241800363023d892c12cf495 (patch) | |
| tree | bff98689edfa635a2a9f39cb4ea61639b97f5b2d /packages/app/src/index.css | |
| parent | a4eebf9f08262f6bf63017710e2e6d9672ec6708 (diff) | |
| download | opencode-794fe8f381c846f5241800363023d892c12cf495.tar.gz opencode-794fe8f381c846f5241800363023d892c12cf495.zip | |
chore: rename packages/desktop -> packages/app
Diffstat (limited to 'packages/app/src/index.css')
| -rw-r--r-- | packages/app/src/index.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/app/src/index.css b/packages/app/src/index.css new file mode 100644 index 000000000..e40f0842b --- /dev/null +++ b/packages/app/src/index.css @@ -0,0 +1,7 @@ +@import "@opencode-ai/ui/styles/tailwind"; + +:root { + a { + cursor: default; + } +} |
