Jump to content

MediaWiki:Common.css: Difference between revisions

From OkayXairen Wiki
imported>Jasedxyz
No edit summary
imported>ProtoEXploreR
mNo edit summary
Line 4: Line 4:
}
}
* {
* {
font-family: 'Comic Sans MS', Papyrus, fantasy !important;  
font-family: 'Comic Sans MS', Papyrus, fantasy !important;
opacity: 0.9;
}
}

Revision as of 03:18, 21 July 2025

/* CSS placed here will be applied to all skins */
body {
	background-color: #95fcb9;
}
* {
	font-family: 'Comic Sans MS', Papyrus, fantasy !important;
	opacity: 0.9;
}