Skip to content

Commit a92d2cd

Browse files
dumindu-devjgthms
authored andcommitted
Update hero.html
Added missing "link" color
1 parent e72b28f commit a92d2cd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/documentation/layout/hero.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2 class="subtitle">
7777
<div class="container">
7878
{% include elements/anchor.html name="Colors" %}
7979
<div class="content">
80-
As with buttons, you can choose one of the <strong>7 different colors</strong>:
80+
As with buttons, you can choose one of the <strong>8 different colors</strong>:
8181
</div>
8282
</div>
8383
</section>
@@ -143,6 +143,21 @@ <h2 class="subtitle">
143143
</section>
144144
</div>
145145

146+
<div class="bd-example">
147+
<section class="hero is-link">
148+
<div class="hero-body">
149+
<div class="container">
150+
<p class="title">
151+
Link title
152+
</p>
153+
<p class="subtitle">
154+
Link subtitle
155+
</p>
156+
</div>
157+
</div>
158+
</section>
159+
</div>
160+
146161
<div class="bd-example">
147162
<section class="hero is-warning">
148163
<div class="hero-body">

0 commit comments

Comments
 (0)