@@ -75,9 +75,16 @@ Background colors are most commonly used for filling large blocks of content or
7575 </div >
7676 <div class =" col-9 float-left " >
7777 <div class="container-lg clearfix">
78- <div class="h4">.bg-yellow-light</div>
79- <code>{colors.yellow[2]}, $bg-yellow-light</code>
80- <Swatch className="bg-yellow-light" />
78+ <div class="col-6 float-left">
79+ <div class="h4">.bg-yellow-dark</div>
80+ <code>{colors.yellow[7]}, $bg-yellow-dark</code>
81+ <Swatch className="bg-yellow-dark border-right-0" />
82+ </div>
83+ <div class="col-6 float-left">
84+ <div class="h4">.bg-yellow-light</div>
85+ <code>{colors.yellow[2]}, $bg-yellow-light</code>
86+ <Swatch className="bg-yellow-light" />
87+ </div>
8188 </div>
8289 </div >
8390</div >
@@ -173,6 +180,10 @@ You can set the color inheritance on an element by using the `text-inherit` clas
173180 .text-orange-light on white
174181</div >
175182<span class =" float-left text-red tooltipped tooltipped-n" aria-label =" Does not meet accessibility standards" ><%= octicon("alert") %></span >
183+ <div class =" text-yellow mb-2" >
184+ .text-yellow on white
185+ </div >
186+ <span class =" float-left text-red tooltipped tooltipped-n" aria-label =" Does not meet accessibility standards" ><%= octicon("alert") %></span >
176187<div class =" text-green mb-2 ml-4" >
177188 .text-green on white
178189</div >
@@ -199,6 +210,9 @@ You can set the color inheritance on an element by using the `text-inherit` clas
199210<div class =" bg-green-light mb-2" >
200211 .text-gray-dark on .bg-green-light
201212</div >
213+ <div class =" bg-yellow-dark mb-2" >
214+ .text-gray-dark on .bg-yellow-dark
215+ </div >
202216<div class =" bg-yellow mb-2" >
203217 .text-gray-dark on .bg-yellow
204218</div >
0 commit comments