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; | ||
} | } | ||
. | .force-light-mode { | ||
color-scheme: light !important; | |||
filter: none !important; | |||
background-color: white !important; | background-color: white !important; | ||
} | } | ||
. | .force-light-mode * { | ||
color: | color-scheme: light !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;
}