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.
/* CSS placed here will be applied to all skins */ /* Header Links */ #p-personal ul li a, #p-cactions li a { color: #ffffff !important; } /* Footer Links */ #footer a { color: #cccccc !important; } /* Sidebar */ #mw-navigation { background-color: #27292d !important; color: #ffffff !important; } #mw-navigation a { color: #cccccc !important; } /* Tables */ table, table.wikitable, table.wikitable th, table.wikitable td { background-color: #1f2024 !important; color: #ffffff !important; border: 1px solid #ffffff !important; } /* Form Elements - Checkboxes, Radio Buttons */ input[type="checkbox"], input[type="radio"] { accent-color: #ffffff !important; } /* Notifications and Message Boxes */ .mw-notification-area { background-color: #27292d !important; color: #ffffff !important; } .mw-parser-output .mw-warning { border-color: #ffffff !important; color: #ffffff !important; background-color: #444444 !important; }