Hello, a few months back I've been struggling to implement dark mode to a Miraheze wiki that I'm admin on.
I tried to use this method but it didn't work: https://meta.weirdgloop.org/w/Themes
This is the dark mode skin I used: https://poupedia.com/MediaWiki:Vector-theme-dark.css
I'm not talking about the DarkMode extension though, I tried to use JavaScript and gadgets to implement a button to try to switch/toggle light and dark themes, but the switch didn't work functionally.
How do I implement this feature to the wiki?
The default theme for wikis hosted on Weird Gloop is a customised version of the MediaWiki skin that is being used. Typically, this is Vector on desktop, and Minerva Neue on mobile. These skins can be customised using MediaWiki:Vector.css and MediaWiki:Minerva.css respectively.
All skins load styles from MediaWiki:Common.css, so any styles that ...