MediaWiki:Common.css: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "→‎CSS placed here will be applied to all skins: h1 { font-family: sans-serif; }")
 
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 */
h1 {
h1 {
   font-family: sans-serif;
   color: #ff0000;
}
}

Revision as of 15:21, 28 December 2016

/* CSS placed here will be applied to all skins */
h1 {
  color: #ff0000;
}