MediaWiki:Vector.css: Difference between revisions

From Homecoming Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: #p-logo { .mw-no-invert; }")
 
No edit summary
 
(5 intermediate revisions by 2 users not shown)
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-darkmode .mw-wiki-logo {
 
filter: invert( 1 ) hue-rotate( 180deg );
 
}
.emptyPortlet {
        display: block;
}

Latest revision as of 18:47, 1 May 2024

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

.client-darkmode .mw-wiki-logo {

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

}
.emptyPortlet {
        display: block;
}