feat: various a11y improvements

This commit is contained in:
Björn Fromme
2025-06-28 10:22:17 +02:00
parent 7bfa5f5ed7
commit 2c5152ec39
11 changed files with 79 additions and 68 deletions
+5 -4
View File
@@ -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 {