MediaWiki:Common.css: Difference between revisions

From SEHK Wiki
Created page with "CSS placed here will be applied to all skins: h1 { color: red; }"
 
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 {
  color: red;
}

Revision as of 02:48, 9 October 2020

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