Restore styling for cite warnings

This broke as a result of T280766.

Bug: T321450
Change-Id: I4673b769612b280dde1943d79aa16dcd7d6a8052
This commit is contained in:
mainframe98 2022-10-24 20:11:19 +02:00 committed by Mainframe98
parent ba468aaf14
commit b6e5601eb1

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;
}