Skip to main content
VelinStyle v1.0.0
⌂ Home
  1. Docs
  2. Helpers
  3. Colored Links

Colored Links

Apply theme-aware color to links with .velin-link-{color} helpers. Each link includes a subtle hover darkening effect.

VelinStyle ships six link helpers (primary through info). There are no velin-link-light or velin-link-dark classes — use velin-text-muted with a normal link for subdued text.

Available variants

<a href="#" class="velin-link-primary">Primary link</a>
<a href="#" class="velin-link-secondary">Secondary link</a>
<a href="#" class="velin-link-success">Success link</a>
<a href="#" class="velin-link-danger">Danger link</a>
<a href="#" class="velin-link-warning">Warning link</a>
<a href="#" class="velin-link-info">Info link</a>
<p class="velin-text-muted">Muted text with a <a href="#">default link</a></p>