Skip to content

Commit

Permalink
Add organisation colour for DLUHC
Browse files Browse the repository at this point in the history
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.

The same change has been made in [govuk-frontend](alphagov/govuk-frontend#2434),
however we need to also make the change here until the next release of
govuk-frontend.
  • Loading branch information
brucebolt committed Nov 17, 2021
1 parent d163c9e commit 0c37dff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Unreleased

* Add brand colour for Department for Levelling Up, Housing and Communities (DLUHC) ([PR #2454](https://github.com/alphagov/govuk_publishing_components/pull/2454))
* Add `margin_bottom` option to the metadata component and update margin mixins to use the standard GOVUK spacing scale ([PR #2450](https://github.com/alphagov/govuk_publishing_components/pull/2450))
* Tweak to sidebar navigation on Brexit hub pages ([PR #2449](https://github.com/alphagov/govuk_publishing_components/pull/2449))
* Add an explicit margin zero to the super navigation mobile menu button ([PR #2445](https://github.com/alphagov/govuk_publishing_components/pull/2445))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,12 @@ $gem-quiet-button-colour: govuk-colour("dark-grey", $legacy: "grey-1");
$gem-quiet-button-hover-colour: darken($gem-quiet-button-colour, 5%);

$gem-hover-dark-background: #dddcdb;

$govuk-colours-organisations: map-merge(
$govuk-colours-organisations,
(
"department-for-levelling-up-housing-and-communities": (
colour: #012169,
),
)
);

0 comments on commit 0c37dff

Please sign in to comment.