Skip to content

Commit

Permalink
Add text-decoration-skip: ink to all links on GOV.UK (#281)
Browse files Browse the repository at this point in the history
This change is based of a design revision by Mia Allers to
improve readability of links with underlines
  • Loading branch information
NickColley authored and robinwhittleton committed Mar 16, 2017
1 parent 052a7ae commit 7595dff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/assets/stylesheets/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ fieldset {

a:link {
color: $link-colour;
text-decoration-skip: ink;
}

a:visited {
Expand Down

0 comments on commit 7595dff

Please sign in to comment.