63
edits
(try and set the body class manually to emulate whatever extension powers the other wikis dark mode) |
No edit summary |
||
Line 116: | Line 116: | ||
} | } | ||
if ( | if (currentDark) { | ||
$('body').addClass('wgl-darkmode'); | $('body').addClass('wgl-darkmode'); | ||
} | } |