Skip to content

Commit

Permalink
Make header text colour black when focused
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhorsford committed Jan 30, 2017
1 parent 4eef852 commit 02bb89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/assets/stylesheets/_accessibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ button:focus {
outline: none;
}

a:focus {
color: $black;
#proposition-name:focus, a:focus {
color: $text-colour;
}
}

0 comments on commit 02bb89e

Please sign in to comment.