MediaWiki:Common.css: Difference between revisions

From SEHK Wiki
No edit summary
No edit summary
Line 5: Line 5:
h3 {
h3 {
   color: black;
   color: black;
  font-size: 1.4em;
}
}

Revision as of 03:23, 9 October 2020

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

#mw-content-container { background-image: none; }

h3 {
   color: black;
   font-size: 1.4em;
}