MediaWiki:Common.css: Difference between revisions

From Distant Sands 11
Jump to navigationJump to search
Created page with "CSS placed here will be applied to all skins: body { background-color: #d9d9d9; }"
 
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 {
body {
    background-color: #d9d9d9;
}
#mw-panel {
     background-color: #d9d9d9;
     background-color: #d9d9d9;
}
}

Revision as of 12:42, 3 November 2025

/* CSS placed here will be applied to all skins */
body {
    background-color: #d9d9d9;
}
#mw-panel {
    background-color: #d9d9d9;
}