UNPKG
@charescape/mazer-fork-ost
Version:
latest (2.1.4141)
2.1.4141
2.1.4140
Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page
@charescape/mazer-fork-ost
/
dist
/
assets
/
static
/
js
/
initTheme.js
6 lines
(4 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
const
body =
document
.
body
;
const
theme =
localStorage
.
getItem
(
'theme'
)
if
(theme)
document
.
documentElement
.
setAttribute
(
'data-bs-theme'
, theme)