MediaWiki:DarkVector-2022.css: Difference between revisions

(Created page with "→‎CSS placed here will affect users of the Vector 2022 night theme: img.mw-logo-wordmark { filter: invert(1) hue-rotate(180deg); }")
 
mNo edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector 2022 night theme */
/* CSS placed here will affect users of the Vector 2022 night theme */


img.mw-logo-wordmark { filter: invert(1) hue-rotate(180deg); }
.mw-logo-wordmark, .mw-logo-icon {
filter: none !important;
}

Revision as of 14:52, February 27, 2025

/* CSS placed here will affect users of the Vector 2022 night theme */

.mw-logo-wordmark, .mw-logo-icon {
	filter: none !important;
}