MediaWiki:Common.css: Difference between revisions

From SEHK Wiki
No edit summary
No edit summary
Line 2: Line 2:


h3 {
h3 {
   color: grey;
   color: black;
}
}

Revision as of 03:00, 9 October 2020

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

h3 {
   color: black;
}