MediaWiki:Vector.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
body > div:nth-child(2) > header > div.vector-header-start > a > span > img { | |||
. | |||
filter: invert(100%); | filter: invert(100%); | ||
} | } | ||
Revision as of 18:45, 18 January 2025
/* All CSS here will be loaded for users of the Vector skin */
body > div:nth-child(2) > header > div.vector-header-start > a > span > img {
filter: invert(100%);
}
.client-dark-mode .mw-logo-wordmark {
filter: invert(100%);
}