Skip to content

Commit

Permalink
Merge pull request #2036 from alphagov/notification-banner-text-colour
Browse files Browse the repository at this point in the history
Explicitly set the text colour for notification banner content, rather than using the user-agent default text colour
  • Loading branch information
36degrees authored Nov 25, 2020
2 parents 612b2b4 + 7073ad7 commit ed1d845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
We’ve made fixes to GOV.UK Frontend in the following pull requests:

- [#2035: Fix hairline gap between notification banner header and outer border on high resolution screens in Chrome/Edge (Blink)](https://github.com/alphagov/govuk-frontend/pull/2035)
- [#2036: Explicitly set the text colour for notification banner content, rather than using the user-agent default text colour](https://github.com/alphagov/govuk-frontend/pull/2036)

## 3.10.0 (Feature release)

Expand Down
1 change: 1 addition & 0 deletions src/govuk/components/notification-banner/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
}

.govuk-notification-banner__content {
@include govuk-text-colour;
padding: govuk-spacing(3);

background-color: $govuk-body-background-colour;
Expand Down

0 comments on commit ed1d845

Please sign in to comment.