The base CSS selectors used to style the HTML generated by the different link types used within Harlowe’s are
tw-link, .enchantment-link {
}
tw-link:hover, .enchantment-link:hover {
}
.visited {
}
.visited:hover {
}
Note the full-stop at the start of the above .enchantment-link CSS class name.