summaryrefslogtreecommitdiffstats
path: root/static/theme-init.js
blob: 95b9a95ba5a292e1e1707e818a568d225c036c6c (plain) (blame)
1
2
3
4
5
(function() {
    if (localStorage.getItem('nymdrop-theme') === 'light') {
        document.documentElement.setAttribute('data-theme', 'light');
    }
})();