improve styling

This commit is contained in:
2022-10-26 22:08:54 -04:00
parent 3dd74cf904
commit 67b3ae0b20
8 changed files with 130 additions and 33 deletions

View File

@ -39,9 +39,9 @@
}
.btn-alert {
@apply bg-red-600 focus:bg-red-700 active:bg-red-800;
@apply border-red-600 focus:border-red-700 active:border-red-800;
@apply text-primary-400;
@apply bg-red-700 focus:bg-red-800 active:bg-red-900;
@apply border-red-700 focus:border-red-800 active:border-red-900;
@apply text-primary-300;
}
.hr {