MediaWiki:Common.css: Difference between revisions

From LMD
Jump to navigation Jump to search
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 .mw-body h1 {
body .mw-body h1 {
   color:red;
   font-family: Arial, Helvetica, sans-serif;
}
}

Revision as of 09:58, 18 August 2017

/** CSS placed here will be applied to all skins */
body .mw-body h1 {
  font-family: Arial, Helvetica, sans-serif;
}