Bootstrap – Colored Links


Bootstrap – Colored links



”;


This chapter discusses about the colored link feature of helper classes. The Bootstrap 5 colored links are used to add colors to the link elements.

In order to make the links colored, use .link-* classes. These classes have :hover and :focus states, unlike the .text-* classes.

In order to make the links legible, that have relatively light foreground color, use them on a dark background.


.link-body-emphasis is the only colored link that is unique and high contrast link color. It comes with :hover and :focus styles.