Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add brand colour for Department for Levelling Up, Housing and Communities (DLUHC) #2434

Merged
merged 2 commits into from
Nov 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ We’ve made fixes to GOV.UK Frontend in the following pull requests:
- [#2323: Avoid invalid nesting of `<span>` within a `<dd>` 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)

Expand Down
3 changes: 3 additions & 0 deletions src/govuk/settings/_colours-organisations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down