MediaWiki:Vector.css: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
#p-logo.mw-no-invert;
/* Exclude logo to be change with or without DarkMode */
 
.client-dark-mode .mw-wiki-logo {
 
filter: invert( 1 ) hue-rotate( 180deg );
 
}

Revision as of 08:04, 1 September 2021

/* All CSS here will be loaded for users of the Vector skin */
/* Exclude logo to be change with or without DarkMode */

.client-dark-mode .mw-wiki-logo {

filter: invert( 1 ) hue-rotate( 180deg );

}