ollama/client/app/globals.css

9 lines
102 B
CSS
Raw Normal View History

2023-06-23 00:45:31 +08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
background: transparent;
}