MediaWiki:Common.css: Difference between revisions

From Morloch Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body{ background-color: #000000 }")
 
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-color: #000000}
background-color: #000000
}

Revision as of 22:03, 16 September 2017

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

* {background-color: #000000}