Steps to replicate the issue (include links if applicable):
- Edit a page section of a page which uses named references, and the named reference content isn't in the text, such as Tor (network) 3rd section
What happens?:
- The notice that indicates the content is elsewhere displays as
What should have happened instead?:
- These notices should be colored or otherwise indicated as differing, for example:
Other information (browser name/version, screenshots, etc.):
This is a regression, most likely due to T280766: Phase out legacy error, warning and success classes for usage outside the parser. That would make the expected styling color: #ac6600; font-size: larger; as these carry the warning class. I think an appropriate fix for this ticket would remove warning and add styling for the color to the class mw-ext-cite-warning in ext.cite.styles.css (I don't think the size change is desirable in this context, but ymmv). There may be other uses of mw-ext-cite-warning in the extension.

