No edit summary |
mNo edit summary |
||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector 2022 skin */ | /* CSS placed here will affect users of the Vector 2022 skin */ | ||
/* Wordmark/icon logo */ | |||
.mw-logo-wordmark, .mw-logo-icon { filter: invert(1) hue-rotate(180deg); } | |||
/* Indicators */ | /* Indicators */ | ||
Line 14: | Line 17: | ||
width: auto !important; | width: auto !important; | ||
display: flex !important; | display: flex !important; | ||
} | } |
Latest revision as of 09:22, August 20, 2024
/* CSS placed here will affect users of the Vector 2022 skin */
/* Wordmark/icon logo */
.mw-logo-wordmark, .mw-logo-icon { filter: invert(1) hue-rotate(180deg); }
/* Indicators */
#mw-indicator-rc {
top: -16px;
font-size: 80%;
}
#rc-bot {
margin-top: 0 !important;
}
/* Notice boxes */
.noticebox {
width: auto !important;
display: flex !important;
}