Skip to content

Commit

Permalink
Merge pull request #1396 from alphagov/add-phe-brand-colour
Browse files Browse the repository at this point in the history
Add PHE branding
  • Loading branch information
andysellick authored Mar 23, 2020
2 parents 753422b + 00bfe1e commit 635f343
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased

* Add PHE branding ([PR #1396](https://github.com/alphagov/govuk_publishing_components/pull/1396))

## 21.32.0

* Enable label as page heading ([PR #1389](https://github.com/alphagov/govuk_publishing_components/pull/1389))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,16 @@
border-color: govuk-colour("black");
}
}

// new brand colour to match Public Health England
// used on the coronavirus page
// note that PHE already has a different brand colour, the brand
// department-for-health is used on the PHE org page
$covid-green: #7eff8e;

.brand--public-health-england {
&.brand__border-color,
.brand__border-color {
border-color: $covid-green;
}
}

0 comments on commit 635f343

Please sign in to comment.