Skip to main content Skip to docs navigation
View on GitHub

Colored links彩色链接

Colored links with hover states带有悬停状态的彩色链接

You can use the .link-* classes to colorize links. 您可以使用.link-*类为链接着色。Unlike the .text-* classes, these classes have a :hover and :focus state..text-*不同,这些类具有:hover状态和:focus状态。

<a href="#" class="link-primary">Primary link</a>
<a href="#" class="link-secondary">Secondary link</a>
<a href="#" class="link-success">Success link</a>
<a href="#" class="link-danger">Danger link</a>
<a href="#" class="link-warning">Warning link</a>
<a href="#" class="link-info">Info link</a>
<a href="#" class="link-light">Light link</a>
<a href="#" class="link-dark">Dark link</a>
Some of the link styles use a relatively light foreground color, and should only be used on a dark background in order to have sufficient contrast.某些链接样式使用相对较浅的前景色,并且应仅在深色背景上使用,以便具有足够的对比度。