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 e39e371
Showing 1 changed file with 9 additions and 0 deletions.
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 e39e371

Please sign in to comment.