Difference between revisions of "MediaWiki:Common.css"

From Airships Wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: green; }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


body {
body, #mw-head, #content {
background-color: green;
background-color: #0f0d0e;
}
}

Revision as of 12:44, 22 April 2022

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

body, #mw-head, #content {
	background-color: #0f0d0e;
}