Skip to content

Commit

Permalink
Make focused links slightly darker to improve contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhorsford committed Jan 30, 2017
1 parent 02bb89e commit b1db73d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/assets/stylesheets/_accessibility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ a:focus {
outline: 3px solid $focus-colour;
}

/* Make links slightly darker when focused to improve contrast. */
a:link:focus {
color: darken( $link-colour, 2.5%)
}

/* Make skiplinks visible when they are tabbed to */

.skiplink {
Expand Down

0 comments on commit b1db73d

Please sign in to comment.