summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/index.css
blob: 5481cb604ad27bac13a37bbf3e6df33e82024c71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import "@opencode-ai/ui/styles/tailwind";

:root {
  html,
  body {
    touch-action: manipulation;
  }

  a {
    cursor: default;
  }
}