UNPKG

@charescape/mazer-fork-ost

Version:

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page

6 lines (4 loc) 154 B
const body = document.body; const theme = localStorage.getItem('theme') if (theme) document.documentElement.setAttribute('data-bs-theme', theme)