Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* see https://css-tricks.com/dark-modes-with-css/ | https://www.creativebloq.com/how-to/how-to-implement-light-or-dark-modes-in-css */
@media (prefers-color-scheme: dark) {

}

/* Dark mode, via https://www.mediawiki.org/wiki/Skin:Vector-DarkCSS */

/* CSS placed here will affect users of the Vector skin */

/* Override Vector colour scheme to make it dark (compiled from modified LESS code) */
/* comment out... want some adjustment (less contrast between info- and other boxes; different orange, dark greys, and different followed link color:
(see page history for full)
*/