mirror of
https://github.com/ollama/ollama.git
synced 2026-04-28 15:08:11 -05:00
13 lines
141 B
CSS
13 lines
141 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html,
|
|
body {
|
|
background: transparent;
|
|
}
|
|
|
|
.drag {
|
|
-webkit-app-region: drag;
|
|
}
|