Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Create an account below if you want to be able to make edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
.skin-citizen-light #footer-icons a {
filter: invert(1) hue-rotate(180deg);
}

Revision as of 14:19, 16 November 2025

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

.skin-citizen-light #footer-icons a {
	filter: invert(1) hue-rotate(180deg);
}