MediaWiki:Common.css: Difference between revisions

From CHC Wiki

Created page with "CSS placed here will be applied to all skins: p { font-size: 24px; }"
 
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 */
p {
* {
font-size: 24px;
scale: 125%;
}
}

Revision as of 22:20, 29 July 2025

/* CSS placed here will be applied to all skins */
* {
	scale: 125%;
}