MediaWiki:Common.css: Difference between revisions

From DETR
Created page with "→‎Force global dark mode for the entire interface: html, body { background-color: #121212 !important; filter: invert(1) hue-rotate(180deg); } →‎Un-invert images, media, and logos so they look normal: img, video, .mw-logo, .cdx-button--weight-primary, iframe { filter: invert(1) hue-rotate(180deg); } →‎Clean up background details for page content cards: .mw-page-container { background-color: #ffffff !important; }"
 
Blanked the page
Tag: Blanking
 
Line 1: Line 1:
/* Force global dark mode for the entire interface */
html, body {
    background-color: #121212 !important;
    filter: invert(1) hue-rotate(180deg);
}


/* Un-invert images, media, and logos so they look normal */
img,
video,
.mw-logo,
.cdx-button--weight-primary,
iframe {
    filter: invert(1) hue-rotate(180deg);
}
/* Clean up background details for page content cards */
.mw-page-container {
    background-color: #ffffff !important;
}

Latest revision as of 21:16, 4 July 2026