MediaWiki:Common.css: Difference between revisions

From Beta Wiki
No edit summary
No edit summary
Line 8: Line 8:
h5,
h5,
h6 {
h6 {
color: rgb(255, 255, 0);
color: rgb(255, 255, 255);
    font-family: Minecraft;
    src: href(MinecraftRegular-Bmg3.otf);
}
}

Revision as of 13:04, 12 August 2024

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

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgb(255, 255, 255);
    font-family: Minecraft;
    src: href(MinecraftRegular-Bmg3.otf);
}