MediaWiki:Vector-2022.css
Appearance
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.
body, .mw-page-container {
background: #222;
}
.vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
background: #333;
}
.vector-pinned-container {
background: #333;
}
a:where(:not([role="button"])) {
color: #fe6ab0;
}
.vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited {
color: #fe6ab0;
}
a:where(:not([role="button"])):visited {
color: #7752ad;
}