alexohneander-zola/static/js/initializeTheme.min.js
2023-07-17 20:40:48 +02:00

2 lines
254 B
JavaScript

!function(){const e=localStorage.getItem("theme");if(e)document.documentElement.setAttribute("data-theme",e);else{const t=window.matchMedia("(prefers-color-scheme: dark)").matches;document.documentElement.setAttribute("data-theme",t?"dark":"light")}}();