Steps to replicate the issue:
- Visit an article with a warning template, using Minerva skin, such as https://en.m.wikipedia.org/w/index.php?title=PayScale&direction=prev&oldid=1276323293
- Try to learn more, from the link(s) within the template
What happens?:
- The links are not shown. They do exist, but are in the same text color as the rest of the sentence.
What should have happened instead?:
- Visible link
Relevant code from browser-inspector
(If we toggle this off, the link appears)
.client-js body.skin-minerva .mw-parser-output .ambox a {
color: inherit !important;
}Screenshot
original report:

