Colored links

Colored links with hover states

You can use the .link-* classes to colorize links. Unlike the .text-* classes, these classes have a :hover and :focus state.

                    
                      <a href="#0" class="link-primary">Primary link</a>
                      <a href="#0" class="link-secondary">Secondary link</a>
                      <a href="#0" class="link-success">Success link</a>
                      <a href="#0" class="link-danger">Danger link</a>
                      <a href="#0" class="link-warning">Warning link</a>
                      <a href="#0" class="link-info">Info link</a>
                      <a href="#0" class="link-light">Light link</a>
                      <a href="#0" class="link-dark">Dark link</a>