I am using MediaWiki's Timeless CSS with the media query @media(prefers-color-scheme: dark)
in order to display a dark site version to users who have a dark mode selection at the Operating System level.
When I switch Dark or Light mode preference via Windows, the site will automatically change in Chrome. However, in Firefox it always displays the dark version, no matter the OS preference. Why is this so?