try{if('undefined'!=typeof localStorage){var skin=localStorage.getItem('geoit_skin'),html=document.getElementsByTagName('html')[0].classList;if(skin=='dark'){html.add('dark-mode')}else if(skin=='light'){html.remove('dark-mode')}}}catch(e){console.log(e)}