From 79bad7106c116c6b1b6cbb4188b86759717a53cb Mon Sep 17 00:00:00 2001 From: Robbin Johansson Date: Fri, 9 Mar 2018 11:29:22 +0100 Subject: [PATCH] Add cyan text-modifier (Fix #1711) (#1713) --- docs/_includes/color/cyan.html | 2 ++ docs/documentation/modifiers/typography-helpers.html | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 docs/_includes/color/cyan.html 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 %}