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
constrast of components that use the ```govuk-colour("dark-grey")```
sass variable. The value has been updated from ```#6f777b``` to
```626a6e```

Fixes #1134
  • Loading branch information
DebsDee committed Oct 9, 2019
1 parent f5446d2 commit d1a1695
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 d1a1695

Please sign in to comment.