From: Robbin Johansson Date: Fri, 9 Mar 2018 10:29:22 +0000 (+0100) Subject: Add cyan text-modifier (Fix #1711) (#1713) X-Git-Tag: 0.7.0~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79bad7106c116c6b1b6cbb4188b86759717a53cb;p=thirdparty%2Fbulma.git Add cyan text-modifier (Fix #1711) (#1713) --- diff --git a/docs/_includes/color/cyan.html b/docs/_includes/color/cyan.html new file mode 100644 index 000000000..f89d05ee8 --- /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 ef7dc867d..d7d13c2c0 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 %}