Skip to content

Commit

Permalink
Fix keyboard accessibility, remove "outline: none" from links.
Browse files Browse the repository at this point in the history
(No idea why it even was there, probably just forgot it there instead a:active)
  • Loading branch information
arielsalminen committed Jun 25, 2012
1 parent 7b51bba commit 76815ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion css/scale.css
Expand Up @@ -258,7 +258,6 @@ a {
border-bottom: 1px solid rgb(200,200,200);
text-decoration: none;
color: rgb(80,80,80);
outline: none;
}

a:hover {
Expand Down

0 comments on commit 76815ba

Please sign in to comment.