Feature Request: text-light & text-dark as transparent
Created by: PascalPixel
-
text-dark
andtext-light
are classes used to make sure the text differentiates when we apply a special background. - As text is usually already black, and we have a
text-white
class for pure white, the current behavior doesn't add functionality - If
text-light
andtext-dark
were instead based onrgba(255,255,255,.5)
andrgba(0,0,0,.5)
, they would better represent their name; lightness and darkness