@@ -4,8 +4,8 @@ title: Colours
44---
55# Text-colors
66
7- | Name | Type | Version |
8- | -------------------------------| --------| -------------------------------------------------------------------------------|
7+ | Name | Type | Version |
8+ | -------------------------------| -------- -------------------------------------------------------------------------------|
99| ` @citizensadvice/text-colors ` | Utilty | ![ npm (scoped)] ( https://img.shields.io/npm/v/@citizensadvice/text-colors.svg ) |
1010
1111
@@ -41,7 +41,7 @@ You can make use of the [unpkg](https://unpkg.com) service, try adding the link
4141
4242Defines the colour of text.
4343
44- ### Background Colours
44+ ### Text Colours
4545
4646| Available classes | Value |
4747| -----------------------| ---------------------------------|
@@ -54,19 +54,21 @@ Defines the colour of text.
5454| ` .blue-light ` | ` $blue-light (#f2f8ff) ` |
5555| ` .turquoise-dark ` | ` $turquoise-dark (#5cc0b5) ` |
5656| ` .turquoise-primary ` | ` $turquoise-primary (#81cec6) ` |
57- | ` .turquoise-mid ` | ` $turquoise-mid (#b8e3df) ` |
57+ | ` .turquoise-mid ` | ` $turquoise-mid (#b8e3df) ` |
5858| ` .turquoise-light ` | ` $turquoise-light (#eaf9f7) ` |
5959| ` .red-light ` | ` $red-light (#fae1e1) ` |
6060| ` .black ` | ` $black (#000000) ` |
6161| ` .dark-grey ` | ` $dark-grey (#333333) ` |
6262| ` .mid-grey ` | ` $mid-grey (#606060) ` |
63- | ` .grey ` | ` $grey (#9f9f9f)` |
63+ | ` .grey ` | ` $grey (#9f9f9f) ` |
6464| ` .light-grey ` | ` $light-grey (#dfdfdf) ` |
6565| ` .pale-grey ` | ` $pale-grey (#f2f2f2) ` |
6666| ` .white ` | ` $white (#ffffff) ` |
6767| ` .heritage-yellow ` | ` $heritage-yellow (#fcbb69) ` |
6868| ` .red-primary ` | ` $red-primary (#df3034) ` |
6969
70+ ### Example markup
71+
7072``` html
7173<p class =" heritage-blue" >A block with a text colour of #004B88</p >
7274<p class =" grey" >A block with a text colour of #9f9f9f</p >
0 commit comments