docs: more accessibility tweaks

This commit is contained in:
Dragory 2020-12-13 23:18:19 +02:00
parent 0b9defc5d3
commit 6ecc5b69a1
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
2 changed files with 8 additions and 4 deletions

View file

@ -32,3 +32,7 @@
.inline-icon {
top: 0.125rem;
}
.sr-only-when-not-focused:not(:focus-within) {
@apply sr-only;
}