mirror of
https://github.com/tiennm99/coolify.git
synced 2026-09-04 20:17:49 +00:00
wip
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user