Fix brand color change on focus

This commit is contained in:
Luca Chiricozzi
2015-11-23 18:29:59 +01:00
parent 3c7a22296f
commit dc630d6b36
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ a {
color: white;
text-decoration: none;
&:hover {
&:hover, &:focus {
color: white;
}