MediaWiki:Common.css: Difference between revisions

From Archiopedia
Jump to navigation Jump to search
Content added Content deleted
(Created page with "→‎CSS placed here will be applied to all skins: #mw-body { background-color: brown }")
 
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 */

#mw-body {
* {font-family: courier new}
background-color: brown
}

Revision as of 08:54, 5 June 2020

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

* {font-family: courier new}