MediaWiki:Common.css: Difference between revisions

From Drug Information
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 3: Line 3:
     display: none !important;
     display: none !important;
}
}
.no-darkmode {
.force-light-mode {
     --background-color-interactive: white !important;
     color-scheme: light !important;
     --background-color-base: white !important;
     filter: none !important;
     background-color: white !important;
     background-color: white !important;
    color: black !important;
}
}


.no-darkmode td {
.force-light-mode * {
     color: black !important;
     color-scheme: light !important;
     background-clip: padding-box !important;
     filter: none !important;
}
}

Revision as of 01:31, 8 March 2026

/* CSS placed here will be applied to all skins */
#footer-info-lastmod {
    display: none !important;
}
.force-light-mode {
    color-scheme: light !important;
    filter: none !important;
    background-color: white !important;
}

.force-light-mode * {
    color-scheme: light !important;
    filter: none !important;
}