Add 'Skip to main content' a11y link

This commit is contained in:
jultty 2024-06-05 11:21:14 -03:00
commit 1a9a3ecb45
3 changed files with 30 additions and 1 deletions

View file

@ -15,6 +15,16 @@ html {
color: #888
}
#a11y-skip {
position: absolute;
left: -1000%;
}
#a11y-skip:focus {
display: inline;
left: 5%;
}
#nav-menu li {
display: inline-block;
margin-left: 20px;