MediaWiki:Common.css: Difference between revisions

From Beta Wiki
Created page with "→‎CSS placed here will be applied to all skins: mw-body-header { color: rgb(255, 255, 0); }"
 
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 */


mw-body-header {
body,
    color: rgb(255, 255, 0);
h1,
h2,
h3,
h4,
h5,
h6 {
color: rgb(255, 255, 0);
}
}

Revision as of 12:59, 12 August 2024

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

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(255, 255, 0);
}