Difference between revisions of "MediaWiki:Common.css"
From LMD
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 { | ||
+ | color:red; | ||
+ | } |
Revision as of 08:57, 18 August 2017
/** CSS placed here will be applied to all skins */
body .mw-body h1 {
color:red;
}