MediaWiki:Common.css: Difference between revisions

From No Way Out Wiki
No edit summary
No edit summary
Line 5: Line 5:
body {
body {
     background-color: #cccccc !important;
     background-color: #cccccc !important;
}
/* Main article/content area */
.mw-body {
    background-color: #e6e6e6 !important;
}
#mw-panel {
    background-color: #e6e6e6 !important;
}
}

Revision as of 04:26, 23 September 2025

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


/* Main Body Borders */
body {
    background-color: #cccccc !important;
}