# Primary color
Link adds the missing underline style to links.
Class name | Type | |
---|---|---|
link | Component | Adds underline to a text |
link-neutral | Modifier | Link with `neutral` color |
link-primary | Modifier | Link with `primary` color |
link-secondary | Modifier | Link with `secondary` color |
link-accent | Modifier | Link with `accent` color |
link-success | Modifier | Link with `success` color |
link-info | Modifier | Link with `info` color |
link-warning | Modifier | Link with `warning` color |
link-error | Modifier | Link with `error` color |
link-hover | Modifier | Only show underline on hover |
Tailwind CSS resets the style of links by default.
Add "link" class to make it look like a again.