diff --git a/docs/_includes/color/cyan.html b/docs/_includes/color/cyan.html new file mode 100644 index 00000000..f89d05ee --- /dev/null +++ b/docs/_includes/color/cyan.html @@ -0,0 +1,2 @@ + +hsl(204, 86%, 53%) diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index ef7dc867..d7d13c2c 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -184,7 +184,8 @@ doc-subtab: typography-helpers has-text-light{% include color/white-ter.html %} has-text-dark{% include color/grey-darker.html %} has-text-primary{% include color/turquoise.html %} - has-text-info{% include color/blue.html %} + has-text-info{% include color/cyan.html %} + has-text-link{% include color/blue.html %} has-text-success{% include color/green.html %} has-text-warning{% include color/yellow.html %} has-text-danger{% include color/red.html %}