Add cyan text-modifier (Fix #1711) (#1713)

This commit is contained in:
Robbin Johansson 2018-03-09 11:29:22 +01:00 committed by Jeremy Thomas
parent 3049faedfa
commit 79bad7106c
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,2 @@
<span class="bd-color" style="background: hsl(204, 86%, 53%);"></span>
<code>hsl(204, 86%, 53%)</code>

View File

@ -184,7 +184,8 @@ doc-subtab: typography-helpers
<tr><td><code>has-text-light</code></td><td>{% include color/white-ter.html %}</td></tr>
<tr><td><code>has-text-dark</code></td><td>{% include color/grey-darker.html %}</td></tr>
<tr><td><code>has-text-primary</code></td><td>{% include color/turquoise.html %}</td></tr>
<tr><td><code>has-text-info</code></td><td>{% include color/blue.html %}</td></tr>
<tr><td><code>has-text-info</code></td><td>{% include color/cyan.html %}</td></tr>
<tr><td><code>has-text-link</code></td><td>{% include color/blue.html %}</td></tr>
<tr><td><code>has-text-success</code></td><td>{% include color/green.html %}</td></tr>
<tr><td><code>has-text-warning</code></td><td>{% include color/yellow.html %}</td></tr>
<tr><td><code>has-text-danger</code></td><td>{% include color/red.html %}</td></tr>