MediaWiki:Common.css: Difference between revisions

From Revenant Elegy Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
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 */

body.skin-vector .mw-body,
body.skin-vector-2022 .mw-body {
    background: #f3f4f6;
}

.mp-muted {
    color: #6b7280;
}

.mp-center {
    text-align: center;
}