Colors
Convey meaning through color with a handful of color utility classes. Includes support for styling links with hover states, too.
Accessibility
When using .text-*
and .bg-*
utilities, contrasts are locked to ensure they’re sufficient by defining color
and background-color
altogether.
Please refer to accessibility’s color contrast section to have a full preview of Boosted color palette’s contrast ratios.
Dealing with specificity
Sometimes contextual classes cannot be applied due to the specificity of another selector. In some cases, a sufficient workaround is to wrap your element’s content in a <div>
with the class.
Conveying meaning to assistive technologies
Using color to add meaning only provides a visual indication, which will not be conveyed to users of assistive technologies – such as screen readers. Ensure that information denoted by the color is either obvious from the content itself (e.g. the visible text), or is included through alternative means, such as additional text hidden with the .sr-only
class.
Color
.text-*
utilities are meant to modify text color, but also set a background-color
to ensure contrasts.
.text-primary
.text-secondary
.text-light
.text-body
.text-muted
.text-white
Contextual text classes also work well on anchors with the provided hover and focus states. Note that the .text-white
and .text-muted
class has no additional link styling beyond underline.
Boosted also handle color variation on hover (lighten or darken) depending on contrast ratio.
Background color
Similar to the contextual text color classes, easily set the background of an element to any contextual class. Anchor components will darken or lighten on hover, just like the text classes.