refactoring - grey link with dark grey dots for focus

This commit is contained in:
SansPseudoFix 2015-03-04 23:46:52 +01:00
parent f8b69ae7d7
commit 53ac63cafa

View file

@ -39,14 +39,13 @@ body > header {
color: #CCC;
color: rgb(147,147,147);
&:hover {
&:hover, &:focus {
background: none;
color: $highlight-white;
}
&:focus {
color: $highlight-white;
outline: thin dotted $border-dark-grey;
text-decoration: none;
outline: thin dotted $border-dark-grey;
text-decoration: none;
}
}