diff options
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; + } +} |
