Files
dify-conversation/app/globals.css
T
2023-06-09 15:18:12 +08:00

8 lines
91 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-gray-100;
}