From 409a3fb4813d9b34c45d9d55312f95f0664de16a Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Wed, 17 Nov 2021 10:52:12 +0000 Subject: [PATCH 1/2] Add organisation colour for DLUHC DLUHC = Department for Levelling Up, Housing and Communities The colour has a contrast ratio of 14.75, so not adding a websafe colour for this organisation. --- src/govuk/settings/_colours-organisations.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/govuk/settings/_colours-organisations.scss b/src/govuk/settings/_colours-organisations.scss index 4e407ec61b..2e8705bed7 100644 --- a/src/govuk/settings/_colours-organisations.scss +++ b/src/govuk/settings/_colours-organisations.scss @@ -54,6 +54,9 @@ $govuk-colours-organisations: ( colour: #cf102d, colour-websafe: #005ea5 ), + "department-for-levelling-up-housing-and-communities": ( + colour: #012169, + ), "department-for-transport": ( colour: #006c56, colour-websafe: #398373 From 1a17e4d39fe87b2d5da61f71b2d94e31d3cb992e Mon Sep 17 00:00:00 2001 From: Bruce Bolt Date: Wed, 17 Nov 2021 10:58:27 +0000 Subject: [PATCH 2/2] Update CHANGELOG for PR #2434 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a42b31e83e..48cccc6dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -99,6 +99,7 @@ We’ve made fixes to GOV.UK Frontend in the following pull requests: - [#2323: Avoid invalid nesting of `` within a `
` in summary list](https://github.com/alphagov/govuk-frontend/pull/2323) - [#2370: Prevent issues with conditionally revealed content when content `id` includes CSS syntax characters](https://github.com/alphagov/govuk-frontend/pull/2370) - [#2408: Prevent issues with character count when textarea `id` includes CSS syntax characters](https://github.com/alphagov/govuk-frontend/pull/2408) +- [#2434: Add brand colour for Department for Levelling Up, Housing and Communities (DLUHC)](https://github.com/alphagov/govuk-frontend/pull/2434) ## 3.14.0 (Feature release)