User:TheDJ/Gadget-dark-mode-toggle.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 27:
// Update the initial minerva theme-color
$('meta[name="theme-color"]').attr('content', isOn ? '#000000' : '#eaecf0');
}