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
+3 -3
View File
@@ -1,11 +1,11 @@
.menu--main {
@apply flex items-center m-0;
@apply flex items-center m-0 divide-x divide-white;
}
.menu--main a {
@apply block p-2 md:p-4 text-black hover:bg-zinc-400 hover:text-zinc-800 text-sm md:text-base;
@apply block py-2 px-4 text-white hover:bg-secondary hover:text-zinc-800 text-sm md:text-base;
}
.menu--main .current a {
@apply bg-zinc-400 text-zinc-800;
@apply bg-secondary text-zinc-800;
}