User:Killer9000/common.css

From wowdev
Revision as of 16:29, 9 May 2022 by Killer9000 (talk | contribs)
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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* dark-theme */

body {
  color: #eee;
  background: #121212;
}
body a {
  color: #809fff;
}
.tools-inline li.selected a {
  color: #eee;
}

#mw-content {
  background: #121212;
}