ollama/client/app/globals.css

13 lines
141 B
CSS
Raw Normal View History

2023-06-22 12:45:31 -04:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
background: transparent;
}
2023-06-23 14:04:39 -04:00
.drag {
-webkit-app-region: drag;
}