2025-08-31 16:05:46 -03:00

6 lines
154 B
JavaScript

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