There is currently no way of resetting an <a> element (or any other element) to have the same color as <body> ($gray-900).
.text-dark exists, but it's a slightly lighter color ($gray-800).
https://getbootstrap.com/docs/4.0/utilities/colors/
Maybe something like .text-default?
Prior art
Related issues
There is currently no way of resetting an
<a>element (or any other element) to have the same color as<body>($gray-900)..text-darkexists, but it's a slightly lighter color ($gray-800).https://getbootstrap.com/docs/4.0/utilities/colors/
Maybe something like
.text-default?Prior art
.text-gray-dark&.link-gray-dark): https://github.com/primer/primer/blob/master/modules/primer-utilities/lib/colors.scss.text-black): https://tailwindcss.com/docs/text-colorRelated issues
.text-bodyhere)