You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text-dark and text-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 and text-dark were instead based on rgba(255,255,255,.5) and rgba(0,0,0,.5), they would better represent their name; lightness and darkness
text-darkandtext-lightare classes used to make sure the text differentiates when we apply a special background.text-whiteclass for pure white, the current behavior doesn't add functionalitytext-lightandtext-darkwere instead based onrgba(255,255,255,.5)andrgba(0,0,0,.5), they would better represent their name; lightness and darknessCurrent:


Suggested:

