MediaWiki:Common.css: Difference between revisions
From Drug Information
Created page with "→CSS placed here will be applied to all skins: #footer-info-lastmod { display: none !important; }" |
No edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
#footer-info-lastmod { | #footer-info-lastmod { | ||
display: none !important; | display: none !important; | ||
} | |||
.no-darkmode { | |||
filter: none !important; | |||
color-scheme: light only !important; | |||
background-color: white !important; | |||
} | } | ||
Revision as of 01:25, 8 March 2026
/* CSS placed here will be applied to all skins */
#footer-info-lastmod {
display: none !important;
}
.no-darkmode {
filter: none !important;
color-scheme: light only !important;
background-color: white !important;
}