MediaWiki:Common.css: Difference between revisions

From Erbessd Instruments
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
    background-image: none !important;
    background-color: white !important;
}
#content, .mw-body, .mw-body-content {
    background-image: none !important;
}

Latest revision as of 22:30, 3 July 2025

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

body {
    background-image: none !important;
    background-color: white !important;
}

#content, .mw-body, .mw-body-content {
    background-image: none !important;
}