Skip to content

Commit

Permalink
Update hero.html
Browse files Browse the repository at this point in the history
Added missing "link" color
  • Loading branch information
dumindu-dev authored and jgthms committed Mar 24, 2020
1 parent e72b28f commit a92d2cd
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docs/documentation/layout/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2 class="subtitle">
<div class="container">
{% include elements/anchor.html name="Colors" %}
<div class="content">
As with buttons, you can choose one of the <strong>7 different colors</strong>:
As with buttons, you can choose one of the <strong>8 different colors</strong>:
</div>
</div>
</section>
Expand Down Expand Up @@ -143,6 +143,21 @@ <h2 class="subtitle">
</section>
</div>

<div class="bd-example">
<section class="hero is-link">
<div class="hero-body">
<div class="container">
<p class="title">
Link title
</p>
<p class="subtitle">
Link subtitle
</p>
</div>
</div>
</section>
</div>

<div class="bd-example">
<section class="hero is-warning">
<div class="hero-body">
Expand Down

0 comments on commit a92d2cd

Please sign in to comment.