MediaWiki:Timeless.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 Timeless skin: →‎Dark Mode fixes: .client-js.client-darkmode .mw-wiki-logo { filter: invert( 1 ) hue-rotate( 180deg ) }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Timeless skin */
/* All CSS here will be loaded for users of the Timeless skin */
/* Dark Mode fixes */
.client-js.client-darkmode .mw-wiki-logo {
filter: invert( 1 ) hue-rotate( 180deg )
}

Latest revision as of 02:21, 19 August 2022

/* All CSS here will be loaded for users of the Timeless skin */