Files
ollama-for-amd/desktop/src/app.css
2023-06-25 13:08:03 -04:00

13 lines
141 B
CSS

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