Links

CSSkel styles links (a elements) that are not buttons with a distinct color, using CSS variables for easy theming. Links change color on hover for better user interaction.

Default Link Styles

Links use the --accent-color variable for their color (default: blue) and change to --accent-color-hover on hover.

<a href="#">This is a link</a>

Notes

Links styled as buttons (with the .button class) are covered in the Buttons section. The link styles here apply only to non-button links.