Content deleted Content added
No edit summary |
No edit summary |
||
Line 49:
$('#pt-darkmode a').attr('title', mw.msg('darkmode-turn-' + onOrOff + '-tooltip'));
// Update the minerva theme-color
$('meta[name="theme-color"]').attr('content', newState ? '#
// Modify the <link> element on the page to include/exclude dark-mode styles
|