MediaWiki:Citizen.css: Difference between revisions

From Guinea Isles Wiki
Created page with "All CSS here will be loaded for users of the Citizen skin: Stop images from zooming on hover: .citizen-body a.image:hover > img { transform: scale(1) !important; }"
 
(No difference)

Latest revision as of 18:23, 18 September 2025

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

/* Stop images from zooming on hover */
.citizen-body a.image:hover > img {
  transform: scale(1) !important;
}