MediaWiki:Common.css
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.
/* CSS placed here will be applied to all skins */ :root{ --wiki-body-background-color: #111111; --wiki-body-background-color--rgb: 17, 17, 17; --wiki-content-background-color: #0D222A; --wiki-content-background-color--rgb: 13, 34, 42; --wiki-content-background-opacity: 1; --wiki-content-background-color--secondary: #223540; --wiki-content-background-color--secondary--rgb: 34,53,64; --wiki-content-border-color: #4090C3; --wiki-content-border-color--rgb: 64, 144, 195; --wiki-content-link-color: #5FA1FF; --wiki-content-link-color--rgb: 95,161,255; --wiki-accent-color: #4091C3; --wiki-accent-color--rgb: 64,145,195; --wiki-accent-color--hover: #3483eb; --wiki-accent-color--hover--rgb: 52,131,235; --wiki-icon-to-link-filter: invert(50%) sepia(70%) saturate(418%) hue-rotate(178deg) brightness(105%) contrast(102%); }