Improve accessibility for links
This commit is contained in:
parent
aeb22521f3
commit
17fe61c9c0
1 changed files with 4 additions and 4 deletions
|
@ -61,7 +61,8 @@ a {
|
|||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
a:hover {
|
||||
a:hover,
|
||||
a:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
@ -106,12 +107,10 @@ nav ul {
|
|||
position: relative;
|
||||
}
|
||||
nav .skip-link {
|
||||
opacity: 0.8;
|
||||
font-weight: 300;
|
||||
}
|
||||
nav .skip-link:active,
|
||||
nav .skip-link:focus {
|
||||
opacity: initial;
|
||||
font-weight: 500;
|
||||
}
|
||||
nav a {
|
||||
|
@ -147,7 +146,8 @@ footer {
|
|||
font-weight: 650;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
.pagination a.cur:hover {
|
||||
.pagination a.cur:hover,
|
||||
.pagination a.cur:focus {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue