diff --git a/CHANGELOG.md b/CHANGELOG.md index 468f7b00f9..2b221c60b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Fixes - [#2998: Refactor back link and breadcrumb chevrons to use ems](https://github.com/alphagov/govuk-frontend/pull/2998) +- [#3021 Printing style for current page link in header](https://github.com/alphagov/govuk-frontend/pull/3021) - thanks to [Malcolm Butler](https://github.com/MalcolmVonMoJ) for the contribution ## 4.4.0 (Feature release) diff --git a/src/govuk/components/header/_index.scss b/src/govuk/components/header/_index.scss index c462e02cba..c6cbe279ad 100644 --- a/src/govuk/components/header/_index.scss +++ b/src/govuk/components/header/_index.scss @@ -281,6 +281,12 @@ color: $govuk-header-link-active; } + // When printing, use the normal blue as this contrasts better with the + // white printing header + @include govuk-media-query($media-type: print) { + color: $govuk-brand-colour; + } + // When focussed, the text colour needs to be darker to ensure that colour // contrast is still acceptable &:focus {