feat: various a11y improvements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.button {
|
||||
@apply inline-flex items-center justify-center space-x-2 px-4 py-2 md:px-8 cursor-pointer;
|
||||
@apply uppercase leading-none text-center;
|
||||
@apply transition-colors outline-none focus:outline-none;
|
||||
@apply transition-colors outline-none focus:outline-2 focus:outline-offset-2 focus:outline-primary-light;
|
||||
}
|
||||
|
||||
.button--small {
|
||||
@@ -13,14 +13,15 @@
|
||||
}
|
||||
|
||||
.bg-button {
|
||||
@apply bg-primary-light text-white;
|
||||
@apply hover:bg-secondary;
|
||||
@apply bg-none bg-primary-dark text-white;
|
||||
@apply hover:bg-badge-gradient;
|
||||
}
|
||||
|
||||
|
||||
.bg-button--active,
|
||||
.bg-button--secondary {
|
||||
@apply bg-secondary;
|
||||
@apply bg-badge-gradient;
|
||||
@apply hover:bg-none hover:bg-pink;
|
||||
}
|
||||
|
||||
.bg-button--muted {
|
||||
|
||||
Reference in New Issue
Block a user