"use strict";!function(){const e=document.documentElement;if(e.hasAttribute("scheme")&&!e.hasAttribute("dark-theme")&&navigator.cookieEnabled){let t=document.cookie;t.includes("blogsyDarkMode=enabled")?e.setAttribute("scheme","dark"):t.includes("blogsyDarkMode=disabled")?e.setAttribute("scheme","light"):"device"===e.getAttribute("scheme")&&(window.matchMedia("(prefers-color-scheme: dark)").matches?e.setAttribute("scheme","dark"):e.setAttribute("scheme","light"))}}();