MediaWiki:Common.css: Difference between revisions

From Super Mario Galaxy wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


.client-js.client-darkmode {
.client-js.client-darkmode {
background: black
background: #f6f6f6;
}
}

Revision as of 00:45, 19 August 2022

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

/* Dark Mode fixes */
.client-js.client-darkmode .mw-wiki-logo {
	filter: invert( 1 ) hue-rotate( 180deg )
}

.client-js.client-darkmode {
	background: #f6f6f6;
}