Bootstrap 5 Reset Text Color


To reset the text color to the default (usually black or the browser's default text color), you can use the text-reset utility class.

Example
<p>
  Paragraph text with a <a href="#" class="text-reset">reset link</a>.
</p>
Try it Yourself

Output: