From Wikipedia, the free encyclopedia
Content deleted Content added
| Line 1: | Line 1: | ||
|
body.client-dark-mode { |
|||
|
html, |
|||
|
html img:not( .mw-invert ), |
|||
|
html video:not( .mw-invert ), |
|||
|
… |
|||
|
{ |
|||
|
filter: invert(1) hue-rotate(180deg); |
filter: invert(1) hue-rotate(180deg); |
||
|
} |
|||
|
body.client-dark-mode .mw-logo-wordmark, |
|||
|
body.client-dark-mode .mw-logo-tagline, |
|||
|
body.client-dark-mode .branding-box img { |
|||
|
filter: none !important; |
|||
|
} |
} |
||
Revision as of 11:41, 5 October 2025
body.client-dark-mode {
filter: invert(1) hue-rotate(180deg);
}
body.client-dark-mode .mw-logo-wordmark,
body.client-dark-mode .mw-logo-tagline,
body.client-dark-mode .branding-box img {
filter: none !important;
}
/* Prevent logo from being inverted */
html .mw-logo-wordmark,
html .mw-logo-tagline,
html .branding-box img {
filter: none !important;
}

