Skip to content

Commit 699d8f0

Browse files
author
istho
committed
updated colour blocks and changed spelling from USA to UK
1 parent 67c986f commit 699d8f0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/data/data-visualisation/colour/colour-guidance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The primary colour NHS Blue should be used to pull focus against NHS Grey 3.
6868
"blockSize": "l"})
6969
}}
7070

71-
`#AEB7BD` is the hex code for NHS Grey 3 (grayish blue):
71+
`#AEB7BD` is the hex code for NHS Grey 3 (greyish blue):
7272

7373
{{ colorBlock({
7474
"color": "#AEB7BD",

src/data/data-visualisation/colour/primary-colours.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We use NHS Grey 5 as a background tint. This is because:
2222
- the [British Dyslexia Association's style guide][dyslexia] recommends dark text on a light, but not white, background
2323
- it allows different components to stand out
2424

25-
`#F0F4F5` is the hex code for NHS Grey 5 (light grayish cyan):
25+
`#F0F4F5` is the hex code for NHS Grey 5 (light greyish cyan):
2626

2727
{{ colorBlock({
2828
"color": "#F0F4F5",

src/data/data-visualisation/decluttering/decluttering.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can declutter by:
4545
"blockSize": "l"})
4646
}}
4747

48-
`#AEB7BD` is the hex code for NHS Grey 3 (grayish blue):
48+
`#AEB7BD` is the hex code for NHS Grey 3 (greyish blue):
4949

5050
{{ colorBlock({
5151
"color": "#AEB7BD",
@@ -69,7 +69,7 @@ You can pull focus by:
6969
`#AEB7BD` is the hex code for NHS Grey 3 (greyish blue):
7070

7171
{{ colorBlock({
72-
"color": "#005EB8",
72+
"color": "#AEB7BD",
7373
"blockSize": "l"})
7474
}}
7575

@@ -83,7 +83,7 @@ You can pull focus by:
8383
`#D8DDE0` is the hex code for NHS Grey 4 (light greyish blue):
8484

8585
{{ colorBlock({
86-
"color": "#005EB8",
86+
"color": "#D8DDE0",
8787
"blockSize": "l"})
8888
}}
8989

0 commit comments

Comments
 (0)