Jump to content

MediaWiki:Common.css: Difference between revisions

From stereotool.info
No edit summary
Tag: Manual revert
No edit summary
Line 2: Line 2:
img {
img {
     filter: none !important;
     filter: none !important;
}
/* Ensure text in ConfirmAccount fields is visible */
textarea {
    color: black !important;
    background-color: white !important;
}
}

Revision as of 21:57, 29 January 2025

/* CSS placed here will be applied to all skins */
img {
    filter: none !important;
}
/* Ensure text in ConfirmAccount fields is visible */
textarea {
    color: black !important;
    background-color: white !important;
}