]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add cyan text-modifier (Fix #1711) (#1713)
authorRobbin Johansson <robbinfellow@gmail.com>
Fri, 9 Mar 2018 10:29:22 +0000 (11:29 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Fri, 9 Mar 2018 10:29:22 +0000 (10:29 +0000)
docs/_includes/color/cyan.html [new file with mode: 0644]
docs/documentation/modifiers/typography-helpers.html

diff --git a/docs/_includes/color/cyan.html b/docs/_includes/color/cyan.html
new file mode 100644 (file)
index 0000000..f89d05e
--- /dev/null
@@ -0,0 +1,2 @@
+<span class="bd-color" style="background: hsl(204, 86%, 53%);"></span>
+<code>hsl(204, 86%, 53%)</code>
index ef7dc867d8eb7285816875a7412c9b2e440579ed..d7d13c2c00822e5dc3b542fb0036d6c60ae2991c 100644 (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>