focus link grey with grey dots
This commit is contained in:
parent
330ae471f1
commit
2b29bfe403
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue