mediawiki-extensions-Echo/modules/styles/mw.echo.ui.overlay.monobook.less
Ed Sanders 5b216bfad3 Fix font size in monobook
Content font size should be 12.7px and this can be achieved
by just applying the 127% from globalWrapper.

This matches the font sizes on Special:Notifications.

Change-Id: I5369231da52343029ea2cdbfc790296c2257807a
2020-07-24 23:31:35 +00:00

5 lines
67 B
Plaintext

.mw-echo-ui-overlay {
// Match #globalWrapper
font-size: 127%;
}