Skip to content

Commit

Permalink
Adds text-decoration-skip: ink to all links on GOV.UK
Browse files Browse the repository at this point in the history
  • Loading branch information
NickColley committed Mar 10, 2017
1 parent 052a7ae commit 6e9f4f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/assets/stylesheets/_basic.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ fieldset {

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

a:visited {
Expand Down

0 comments on commit 6e9f4f7

Please sign in to comment.