Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
Prevent zoom on image links
(No difference)

Revision as of 20:36, 28 July 2023

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