Jump to content

MediaWiki:Vector-2022.css

From Black Lotus Codex
Revision as of 22:52, 25 August 2025 by Morrigan (talk | contribs)

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(.new:not([role="button"])) {
color: #f0f0f0;
}

a:where(:not([role="button"])):visited, a:where(:not([role="button"])):visited:hover {
color: #7752ad;
}