MediaWiki:Monobook.css: Difference between revisions

From Super Mario Galaxy wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the MonoBook skin: →‎Dark Mode fixes: .client-js.client-darkmode .mw-wiki-logo { filter: invert( 1 ) hue-rotate( 180deg ) }")
 
(No difference)

Latest revision as of 02:24, 19 August 2022

/* All CSS here will be loaded for users of the MonoBook skin */
/* Dark Mode fixes */
.client-js.client-darkmode .mw-wiki-logo {
	filter: invert( 1 ) hue-rotate( 180deg )
}