diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e09705a7..efe4c0dab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ## Unreleased +* Set all branded links to correct focus colour (PR #1088) * Fix components focus state spacing (PR #1054) ## 19.0.0 diff --git a/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss b/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss index e2092dbb19..5217431fce 100644 --- a/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss +++ b/app/assets/stylesheets/govuk_publishing_components/components/helpers/_brand-colours.scss @@ -15,7 +15,7 @@ &:hover, &:focus { - color: darken(govuk-organisation-colour($organisation), 10%); + color: govuk-colour("black"); } }