summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app/src/index.css')
-rw-r--r--packages/app/src/index.css7
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;
+ }
+}