Skip to content

Commit

Permalink
Merge pull request #3252 from alphagov/add-new-colour
Browse files Browse the repository at this point in the history
Add a new brand colour for the Department for Energy
  • Loading branch information
catalinailie authored Feb 10, 2023
2 parents 5f46325 + 4ffdf87 commit f72b36f
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 @@ -12,6 +12,7 @@
* Add GA4 auto tracker ([PR #3240](https://github.com/alphagov/govuk_publishing_components/pull/3240))
* Add GA4 tracking to contextual sidebar Ukraine CTA ([PR #3236](https://github.com/alphagov/govuk_publishing_components/pull/3236))
* Use string splitter on taxonomyAll and taxonomyAllIds pageview values ([PR #3249](https://github.com/alphagov/govuk_publishing_components/pull/3249))
* Add a new brand colour for Department for Science, Innovation and Technology ([PR #3252](https://github.com/alphagov/govuk_publishing_components/pull/3252))

## 34.9.1

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-energy-security-and-net-zero": (
colour: #0da04a
)
)
);

0 comments on commit f72b36f

Please sign in to comment.