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 {
  background-color: #1a1a1a !important;
  color: #e0e0e0 !important;
}

a,
.mw-body a {
  color: #6ab0ff !important;
}

.mw-body,
#content,
#mw-content-text {
  background-color: #1a1a1a !important;
  color: #e0e0e0 !important;
}

.header,
.minerva-header,
.footer,
.minerva-footer {
  background-color: #121212 !important;
  color: #e0e0e0 !important;
}

.mw-parser-output table {
  background-color: #222 !important;
  color: #e0e0e0 !important;
  border-color: #333 !important;
}

.mw-parser-output pre,
.mw-parser-output code {
  background-color: #2b2b2b !important;
  color: #d0d0d0 !important;
}