MediaWiki:Common.css: Difference between revisions
From Drug Information
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 4: | Line 4: | ||
} | } | ||
.no-darkmode { | .no-darkmode { | ||
--background-color-interactive: white !important; | |||
color- | --background-color-base: white !important; | ||
background-color: white !important; | background-color: white !important; | ||
color: black !important; | |||
} | |||
.no-darkmode td { | |||
color: black !important; | |||
background-clip: padding-box !important; | |||
} | } | ||
Revision as of 01:27, 8 March 2026
/* CSS placed here will be applied to all skins */
#footer-info-lastmod {
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;
}