focus link grey with grey dots

This commit is contained in:
SansPseudoFix 2015-03-04 15:00:39 +01:00
parent 330ae471f1
commit 2b29bfe403

View file

@ -44,8 +44,8 @@ body > header {
color: $highlight-white;
}
&:focus {
color: $black;
outline: thin dotted;
color: $highlight-white;
outline: thin dotted #CCC;
text-decoration: none;
}
}