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 ef7589f7d8..8a66f08fc0 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 @@ -57,11 +57,9 @@ } } -// new colour for DSIT for use until govuk-frontend#3523 has been released - .brand--department-for-science-innovation-and-technology { &.brand__border-color, .brand__border-color { - border-color: #045f71; + border-color: govuk-organisation-colour("department-for-science-innovation-technology", $contrast-safe: false); } }