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