Skip to content

Commit

Permalink
Update hex value for secondary text to improve contrast
Browse files Browse the repository at this point in the history
Fixes in this PR

The secondary text colour value has been updated to improve the
contrast of components that use the ```govuk-colour("dark-grey")```
sass variable. The value has been updated from ```#6f777b``` to ```#626a6e```

This is a small incremental change that improves the contrast ratio from 4.56:1 to 5.51:1.

Fixes #1134
  • Loading branch information
DebsDee committed Oct 9, 2019
1 parent 6c6c94c commit afd4484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/settings/_colours-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $_govuk-colour-palette-modern: (
"purple": #4c2c92,

"black": #0b0c0c,
"dark-grey": #6f777b,
"dark-grey": #626a6e,
"mid-grey": #b1b4b6,
"light-grey": #f3f2f1,
"white": #ffffff,
Expand Down

0 comments on commit afd4484

Please sign in to comment.