Colors
Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.
Color
.text-primary
.text-body
.text-success
.text-danger
.text-warning
.text-info
.text-dark
.text-navy
.text-body
.text-muted
.text-black-50
.text-white
.text-white-70
.text-white-50
.text-inherit
.text-reset
.text-hover-primary
Contextual text classes also work well on anchors with the
provided hover and focus states.
Note that the
.text-muted
class has
no link styling.
Background color
Similar to the contextual text color classes, easily set the
background of an element to any contextual class. Anchor
components will darken on hover, just like the text classes.
Background utilities
do not set color
, so in some cases you'll want to use
.text-*
utilities.