MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: .citizen-body a.image:hover > img { transform: scale(1) !important; }")
(No difference)

Revision as of 03:25, 14 July 2023

/* All CSS here will be loaded for users of the Citizen skin */
.citizen-body a.image:hover > img {
  transform: scale(1) !important;
}