MediaWiki:Mobile.css: Difference between revisions

From Galaxypedia
imported>Smallketchup82
(Created page with "→‎All CSS here will be loaded for users of the mobile site: .pediabanner { color: black; }")
 
imported>Smallketchup82
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
.pediabanner {
.bannerpedia {
color: black;
color: black;
}
}

Revision as of 02:27, 14 January 2022

/* All CSS here will be loaded for users of the mobile site */
.bannerpedia {
	color: black;
}