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.
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>
Links styled as buttons (with the .button
class) are covered in the Buttons section. The link styles here apply only to non-button links.