MediaWiki:Common.css: Difference between revisions

From Revenant Elegy Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body.skin-vector .mw-body, body.skin-vector-2022 .mw-body { background: #f3f4f6; } .mp-muted { color: #6b7280; } .mp-center { text-align: center; }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body.skin-vector .mw-body,
body.skin-vector-2022 .mw-body {
    background: #f3f4f6;
}
.mp-muted {
    color: #6b7280;
}
.mp-center {
    text-align: center;
}

Revision as of 02:52, 12 March 2026

/* CSS placed here will be applied to all skins */