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; color: $highlight-white;
} }
&:focus { &:focus {
color: $black; color: $highlight-white;
outline: thin dotted; outline: thin dotted #CCC;
text-decoration: none; text-decoration: none;
} }
} }