Skip to content

Commit b0198cb

Browse files
authored
Merge pull request #1067 from primer/add-text-gray-light
Add .text-gray-light to docs
2 parents 176d8dd + d2cf50d commit b0198cb

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

docs/content/utilities/colors.mdx

+12-9
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,37 @@ You can set the color inheritance on an element by using the `text-inherit` clas
5555

5656
```html live
5757
<div class="text-blue mb-2">
58-
.text-blue on white
58+
.text-blue
5959
</div>
6060
<div class="text-gray-dark mb-2">
61-
.text-gray-dark on white
61+
.text-gray-dark
6262
</div>
6363
<div class="text-gray mb-2">
64-
.text-gray on white
64+
.text-gray
65+
</div>
66+
<div class="text-gray-light mb-2">
67+
.text-gray-light
6568
</div>
6669
<div class="text-red mb-2">
67-
.text-red on white
70+
.text-red
6871
</div>
6972
<div class="text-orange mb-2">
70-
.text-orange on white
73+
.text-orange
7174
</div>
7275
<div class="text-orange-light mb-2">
73-
.text-orange-light on white
76+
.text-orange-light
7477
<span class="tooltipped tooltipped-n" aria-label="Does not meet accessibility standards">⚠️</span>
7578
</div>
7679
<div class="text-yellow mb-2">
77-
.text-yellow on white
80+
.text-yellow
7881
<span class="tooltipped tooltipped-n" aria-label="Does not meet accessibility standards">⚠️</span>
7982
</div>
8083
<div class="text-green mb-2">
81-
.text-green on white
84+
.text-green
8285
<span class="tooltipped tooltipped-n" aria-label="Does not meet accessibility standards">⚠️</span>
8386
</div>
8487
<div class="text-purple mb-2">
85-
.text-purple on white
88+
.text-purple
8689
</div>
8790
```
8891

0 commit comments

Comments
 (0)