MediaWiki:Vector.css

From QME Wiki
Jump to navigation Jump to search

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.
/* All CSS here will be loaded for users of the Vector skin */

/* Dark mode for body background and default text */
body {
    background-color: #1a1a1a; /* Very dark gray, almost black */
    color: #e0e0e0;            /* Light gray for default text */
}

/* Ensure links are visible on dark background */
a {
    color: #88c0d0; /* A soft blue that stands out on dark backgrounds */
}
a:visited {
    color: #b48ead; /* A muted purple for visited links */
}
a:hover {
    color: #a3be8c; /* A light green on hover */
}
By using this site, you agree to the Terms of Use. © 1996–2025 The Quincy Examiner / MTB. All rights reserved.