Feature Request: text-light & text-dark as transparent
Created by: PascalPixel
-
text-darkandtext-lightare 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-whiteclass for pure white, the current behavior doesn't add functionality - If
text-lightandtext-darkwere instead based onrgba(255,255,255,.5)andrgba(0,0,0,.5), they would better represent their name; lightness and darkness



