MediaWiki:Vector.css: Difference between revisions
Appearance
Created page with "→All CSS here will be loaded for users of the Vector skin: →In your MediaWiki:Common.css file: .logo { →... other styles ...: class: "mw-no-invert"; }" |
mNo edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
.skin-invert img { | |||
filter: invert(0%) !important; | |||
} | } | ||
Latest revision as of 19:47, 18 January 2025
/* All CSS here will be loaded for users of the Vector skin */
.skin-invert img {
filter: invert(0%) !important;
}