The following code is quite simple:
<a>This is a link</a>
In a demonstration of Bootstrap 4 Alpha 2 here, the link appears blue. When you hover over it, it turns dark blue.
However, in a demonstration of Bootstrap 4 Alpha 3 here, it displays as black.
Is there a specific Bootstrap class that can be added to give the <a>
tag the link style in Bootstrap 4 Alpha 3?
Perhaps something like this?
<a class="bootstrap-link">This is a link</a>
Is there a more elegant or efficient solution?
Thank you