### Describe the bug When adding a link inside the heading, the color doesn't change with the dark theme. ### Screenshots <img width="803" alt="image" src="https://github.com/user-attachments/assets/6ffcafac-19cb-4bea-907e-9d3233f85bdd"> ### Steps to reproduce 1. Go to [Card's Color Context demo](https://ux.redhat.com/elements/card/demos/) 2. Add a link inside the heading. 3. See wrong blue on dark background. ### Expected behaviour When in a dark theme, the link color switches to `var(--rh-color-interactive-blue-lighter, #92c5f9)` ### Element HTML ```HTML <rh-card> <h2 slot="header"><a href="#">Default card, slotted content and footer</a></h2> ... </rh-card> ``` ### Operating System (OS) macOS ### Browser Chrome ### Additional browser or assistive technology info _No response_