Here is the HTML code that I am currently using:
<a href="#" title="" data-toggle="tooltip" data-html="true" data-original-title="1 bookmark<br/>Category: <span style="color: #FF9AA2">Red</span>" aria-describedby="tooltip92967">My Tooltip Demo</a>
The bootstrap tooltip is functioning correctly, but the color of the span element is not changing to red as expected. How can I apply styling to the span so that the color displays correctly inside the tool tip? Currently, all text appears in the default white color of the bootstrap tooltips.