MIF_E31211891/public/assets/static/js/initTheme.js

6 lines
149 B
JavaScript

const body = document.body;
const theme = localStorage.getItem('theme')
if (theme)
document.documentElement.setAttribute('data-bs-theme', theme)