improve accessibility even more
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
2023-03-19 15:28:53 -04:00
parent 4e17739b4d
commit a03f8ebb8a
24 changed files with 290 additions and 158 deletions

View File

@ -36,7 +36,7 @@ $fa-font-path: "@fortawesome/fontawesome-free/webfonts";
}
.invalid-feedback {
color: #a94442;
color: #f36c69;
display: block;
margin: -1rem 0 2rem;
}

View File

@ -45,8 +45,8 @@
}
.btn-alert {
@apply bg-red-700 active:bg-red-900;
@apply border-red-700 active:border-red-900;
@apply bg-red-800 active:bg-red-900;
@apply border-red-800 active:border-red-900;
@apply text-primary-300;
}