Add 'Skip to main content' a11y link
This commit is contained in:
parent
47d592ee28
commit
1a9a3ecb45
3 changed files with 30 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue