Fix #5716 focus header link color

This commit is contained in:
SansPseudoFix 2015-03-04 11:03:44 +01:00
parent abc4203840
commit 330ae471f1

View file

@ -43,6 +43,11 @@ body > header {
background: none;
color: $highlight-white;
}
&:focus {
color: $black;
outline: thin dotted;
text-decoration: none;
}
}
&.landing {