File tree 1 file changed +12
-9
lines changed
1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -55,34 +55,37 @@ You can set the color inheritance on an element by using the `text-inherit` clas
55
55
56
56
` ` ` html live
57
57
<div class="text-blue mb-2">
58
- .text-blue on white
58
+ .text-blue
59
59
</div>
60
60
<div class="text-gray-dark mb-2">
61
- .text-gray-dark on white
61
+ .text-gray-dark
62
62
</div>
63
63
<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
65
68
</div>
66
69
<div class="text-red mb-2">
67
- .text-red on white
70
+ .text-red
68
71
</div>
69
72
<div class="text-orange mb-2">
70
- .text-orange on white
73
+ .text-orange
71
74
</div>
72
75
<div class="text-orange-light mb-2">
73
- .text-orange-light on white
76
+ .text-orange-light
74
77
<span class="tooltipped tooltipped-n" aria-label="Does not meet accessibility standards">⚠️</span>
75
78
</div>
76
79
<div class="text-yellow mb-2">
77
- .text-yellow on white
80
+ .text-yellow
78
81
<span class="tooltipped tooltipped-n" aria-label="Does not meet accessibility standards">⚠️</span>
79
82
</div>
80
83
<div class="text-green mb-2">
81
- .text-green on white
84
+ .text-green
82
85
<span class="tooltipped tooltipped-n" aria-label="Does not meet accessibility standards">⚠️</span>
83
86
</div>
84
87
<div class="text-purple mb-2">
85
- .text-purple on white
88
+ .text-purple
86
89
</div>
87
90
` ` `
88
91
You can’t perform that action at this time.
0 commit comments