MediaWiki:Vector.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Force the hamburger menu icon to appear in black */
.vector-main-menu-landmark .vector-icon {
color: black !important;
fill: black !important;
stroke: black !important;
}
/* Button hover/focus state also in black */
.vector-main-menu-landmark .vector-icon:hover,
.vector-main-menu-landmark .vector-icon:focus {
color: black !important;
fill: black !important;
stroke: black !important;
}
/* Optional: Remove burgundy background on hover */
.vector-main-menu-landmark button {
background: transparent !important;
border: none !important;
}