mirror of
https://github.com/jgthms/bulma.git
synced 2025-01-09 15:44:25 +00:00
parent
3049faedfa
commit
79bad7106c
2
docs/_includes/color/cyan.html
Normal file
2
docs/_includes/color/cyan.html
Normal file
@ -0,0 +1,2 @@
|
||||
<span class="bd-color" style="background: hsl(204, 86%, 53%);"></span>
|
||||
<code>hsl(204, 86%, 53%)</code>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user