Fix #5716 focus header link color
This commit is contained in:
parent
abc4203840
commit
330ae471f1
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ body > header {
|
||||||
background: none;
|
background: none;
|
||||||
color: $highlight-white;
|
color: $highlight-white;
|
||||||
}
|
}
|
||||||
|
&:focus {
|
||||||
|
color: $black;
|
||||||
|
outline: thin dotted;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.landing {
|
&.landing {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue