Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 12:50, 15 March 2026 by Admin (talk | contribs) (Created page with "All CSS here will be loaded for users of the Vector skin: Dark mode for Vector skin: body { background-color: #1a1a1a; color: #e8e8e8; } #content, .mw-body { background-color: #2a2a2a; color: #e8e8e8; border-color: #444; } #mw-head, #mw-panel { background-color: #1a1a1a; } a { color: #111111; } a:visited { color: #9b7fd4; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 Vector skin */
body {
    background-color: #1a1a1a;
    color: #e8e8e8;
}

#content, .mw-body {
    background-color: #2a2a2a;
    color: #e8e8e8;
    border-color: #444;
}

#mw-head, #mw-panel {
    background-color: #1a1a1a;
}

a {
    color: #111111;
}

a:visited {
    color: #9b7fd4;
}