]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Update hero.html
authorchathu-cse <58562199+chathu-cse@users.noreply.github.com>
Wed, 12 Feb 2020 10:47:44 +0000 (16:17 +0530)
committerJeremy Thomas <bbxdesign@gmail.com>
Tue, 24 Mar 2020 13:41:43 +0000 (13:41 +0000)
Added missing "link" color

docs/documentation/layout/hero.html

index 619f14f478244a9d25e86b0555ee28d10e5979f3..c112d78ebf10e3803b4846544aa086455650eecd 100644 (file)
@@ -77,7 +77,7 @@ meta:
   <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>
@@ -143,6 +143,21 @@ meta:
     </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">