MediaWiki:Gadget-DarkMode.css

From Fallen London Wiki

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
:root {
  --body-bg-color: #090b08;
  --body-bg-image: url('/w/index.php?title=Special:Redirect/file/Skyline_background_gradient.png');
  --main-text-color: #bdb29e;
  --main-link-color: #84d2d2; /* #b9e1e4 */
  --alternate-link-color: #84d2d2; /* #9feded #a8f6f6 */
  --dark-alternate-color: #266666;
  --bright-alternate-color: #a8f6f6;
  --text-bg-color: #10140f; /* #1b2319 */
  --text-bg-image: none;
  --text-label-color: #756f65;
  --box-bg-color: #1b2319;
  --box-bg-hover-color: #273a22;
  --table-bg-color: #1b2319;
  --table-bg-alt-color: #354521;
  --table-border-color: #756f65;
  --table-header-bg-color: #08210b;
  --table-highlighted-bg-color: #08210b;
  --heading-underline-color: #42686b;
  --max-table-width: 100%;
  --ca-edit-bgimage: url('/w/skins/DarkCosmos/resources/images/pencil-source-grey.png');
  --ca-history-bgimage: url('/w/skins/DarkCosmos/resources/images/clock-grey.png');
  --external-link-color: #9e9eff;
  --external-link-active-color: #ff9e9e;
  --external-link-visited-color: #d0adf0; /* #c58af9 */
  --comment-details-text-color: #978d7d;
  --flw-logo: url('/w/index.php?title=Special:Redirect/file/Flwiki-logo-dark-mode.svg');
  --success-color: #14866d;
  --success-bg-color: #07382d;
  --warning-color: #fc3;
  --warning-bg-color: #382a00;
  --error-color: #d33;
  --error-bg-color: #461b1a;
  --message-color: #a2a9b1;
  --message-bg-color: #414242;
  --invert-in-light: none;
  --invert-in-dark: invert(1) hue-rotate(180deg);
}