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.
:root { --wv-color-black: #000; --wv-color-text: #fff; } html.skin-theme-clientpref-night { /* Make sure when modifying this list of variables you also modify the list in the prefers-color-scheme media query */ --climate-table-snow: #fff; --climate-table-precipitation: #ace; --wv-notice-bg-color: #333; --wv-notice-color: #f4f7fa; --wv-optional-color: transparent; --wv-optional-text: #fff; --wv-color-black: #fff; } html.skin-theme-clientpref-night .wv-quickbar table, html.skin-theme-clientpref-night .ombox, html.skin-theme-clientpref-night .night-mode-can-strip-colors { background: inherit !important; color: inherit !important; } html.skin-theme-clientpref-night .mw-kartographer-maplink { color: white !important; } @media (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .mw-kartographer-maplink { color: white !important; } /* automatic mode */ html.skin-theme-clientpref-os { /* Make sure this list of variables matches the list above */ --climate-table-snow: #fff; --climate-table-precipitation: #ace; --wv-notice-bg-color: #333; --wv-notice-color: #f4f7fa; --wv-optional-color: transparent; --wv-color-black: #fff; --wv-optional-text: #fff; } html.skin-theme-clientpref-os .wv-quickbar table, html.skin-theme-clientpref-os .ombox, html.skin-theme-clientpref-os .night-mode-can-strip-colors { background: inherit !important; color: inherit !important; } }