Merge "Restore styling for cite warnings"

This commit is contained in:
jenkins-bot 2022-10-24 20:52:50 +00:00 committed by Gerrit Code Review
commit 46366167e5

View file

@ -114,3 +114,10 @@ x-thereisnoelementwiththisname[ rel='mw:referencedBy' ]:before,
span.mw-linkback-text {
display: none;
}
/* Previously, MediaWiki styled the warning class.
* It no longer does this, so style cite warnings through mw-ext-cite-warning. */
.mw-ext-cite-warning {
font-size: larger;
color: #ac6600;
}