Jump to content

MediaWiki:Common.css: Difference between revisions

From SA Docs
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
img {
img {
     filter: none !important;
     filter: none !important;
    background-color: transparent !important;
}
.thumbinner {
    filter: none !important;
    background-color: transparent !important;
}
}

Latest revision as of 04:02, 11 March 2026

img {
    filter: none !important;
    background-color: transparent !important;
}

.thumbinner {
    filter: none !important;
    background-color: transparent !important;
}