Blog

| May 11, 2024 | 1 min read

Welcome to our blog section. Here you’ll find all our latest posts!

etItem("pref-theme") === "light") { document.body.classList.remove('dark') } else if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.classList.add('dark'); }