newblog/static/js/theme_light.min.js

1 line
184 B
JavaScript
Raw Permalink Normal View History

2024-07-01 15:20:09 +02:00
"switch"!==localStorage.getItem("theme")&&(localStorage.getItem("theme")||window.matchMedia("(prefers-color-scheme: light)").matches)||document.documentElement.classList.add("switch");