2022-12-31 13:18:27 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
2023-01-03 18:01:10 +00:00
|
|
|
@tailwind utilities;
|
|
|
|
|
|
|
|
form label {
|
|
|
|
@apply dark:text-slate-400;
|
|
|
|
}
|
|
|
|
|
|
|
|
form input,select,textarea {
|
|
|
|
@apply dark:bg-slate-500 dark:border dark:border-slate-900 dark:text-slate-100;
|
|
|
|
}
|
|
|
|
|
|
|
|
form input[type=submit] {
|
|
|
|
@apply p-2 bg-purple-900;
|
|
|
|
}
|