Skip to content

Commit

Permalink
Merge pull request #469 from alphagov/links-without-weight
Browse files Browse the repository at this point in the history
Remove font weight from link styles
  • Loading branch information
hannalaakso authored Jan 29, 2018
2 parents 06f60eb + bf8496b commit 4cb30e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Fixes:
- Remove double margin from Date input component
(PR [#451](https://github.com/alphagov/govuk-frontend/pull/451))
- Add top margin for nested lists (PR [#464](https://github.com/alphagov/govuk-frontend/pull/464))
- Remove regular font weight from link styles (PR [#469](https://github.com/alphagov/govuk-frontend/pull/469))


Internal:
Expand Down
2 changes: 1 addition & 1 deletion src/globals/scss/core/_links.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@include exports("links") {

.govuk-link {
@include govuk-font-regular;
@include govuk-typography-common;
@include govuk-focusable-fill;

// Override the tap highlight colour (the color of the highlight that
Expand Down

0 comments on commit 4cb30e6

Please sign in to comment.