mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 13:54:01 +00:00
12 lines
136 B
CSS
12 lines
136 B
CSS
@import "@opencode-ai/ui/styles/tailwind";
|
|
|
|
:root {
|
|
a {
|
|
cursor: default;
|
|
}
|
|
}
|
|
|
|
*[data-tauri-drag-region] {
|
|
app-region: drag;
|
|
}
|