Files
opencode/packages/desktop/src/index.css
2025-12-18 04:28:03 -06:00

13 lines
139 B
CSS

@import "@opencode-ai/ui/styles/tailwind";
:root {
html,
body {
touch-action: manipulation;
}
a {
cursor: default;
}
}