MediaWiki:Common.css: Difference between revisions

From Drug Information
No edit summary
Tag: Reverted
Replaced content with "CSS placed here will be applied to all skins: #footer-info-lastmod { display: none !important; }"
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
#footer-info-lastmod {
#footer-info-lastmod {
     display: none !important;
     display: none !important;
}
.no-darkmode {
    --background-color-interactive: white !important;
    --background-color-base: white !important;
    background-color: white !important;
    color: black !important;
}
.no-darkmode td {
    color: black !important;
    background-clip: padding-box !important;
}
}

Latest revision as of 03:06, 8 March 2026

/* CSS placed here will be applied to all skins */
#footer-info-lastmod {
    display: none !important;
}