]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix wrong color swatch in global styles docs page
authorGeoff Kimball <geoff@zurb.com>
Tue, 22 Mar 2016 22:16:35 +0000 (15:16 -0700)
committerGeoff Kimball <geoff@zurb.com>
Wed, 23 Mar 2016 02:33:38 +0000 (19:33 -0700)
docs/pages/global.md

index 1c3950daaf87d537d086105c6143ad53e08fa9b9..052fa6e50bfe3fe3ed9eef9592c8a09ea3f04f2d 100644 (file)
@@ -19,7 +19,7 @@ Many components can also be colored with four other colors: secondary, alert, su
 <div class="row small-up-1 medium-up-3 large-up-5">
   <div class="column">
     <div class="docs-color-block">
-      <div class="docs-color-block-primary"></div>
+      <div class="docs-color-block-primary" style="background-color: #2199e8"></div>
       <p>Primary</p>
     </div>
   </div>