Skip to content

Commit

Permalink
Fix colour contrast in publication headers
Browse files Browse the repository at this point in the history
HTML publication headers currently don't meet WCAG AA colour contrast ratio for normal text. Changing this from $light-blue to $govuk-blue fixes this.
  • Loading branch information
Vanita Barrett committed Oct 2, 2017
1 parent 363df2a commit 7b81871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/views/_html-publication.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.publication-header {
@include core-19;
color: $white;
background: $light-blue;
background: $govuk-blue;
padding: ($gutter / 2) $gutter $gutter;
margin-bottom: $gutter * 2;

Expand Down

0 comments on commit 7b81871

Please sign in to comment.