ollama/client/app/globals.css
2023-06-23 14:05:08 -04:00

12 lines
141 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
background: transparent;
}
.drag {
-webkit-app-region: drag;
}