MediaWiki:Common.css: Difference between revisions

From Funky Station
Created page with "→‎CSS placed here will be applied to all skins: img { image-rendering: pixelated; }"
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


img {
.mw-file-element {
     image-rendering: pixelated;
     image-rendering: pixelated;
}
}

Latest revision as of 06:46, 16 January 2025

/* CSS placed here will be applied to all skins */

.mw-file-element {
    image-rendering: pixelated;
}