fix(ci): address PR blockers and move CI/nightly off sqlite
This commit is contained in:
@@ -4,4 +4,11 @@
|
||||
root.classList.toggle('dark');
|
||||
localStorage.setItem('theme', root.classList.contains('dark') ? 'dark' : 'light');
|
||||
};
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function onReady() {
|
||||
const toggle = document.querySelector('[data-theme-toggle]');
|
||||
if (toggle) {
|
||||
toggle.addEventListener('click', window.toggleTheme);
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user