coolify/apps/client/src/app.postcss
Andras Bacsai c445fc0f8a wip
2022-12-12 08:44:23 +01:00

14 lines
237 B
Text

/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
@apply bg-black text-white;
}
input {
@apply bg-black border;
}
button {
@apply border px-2 p-1 bg-green-500;
}