Acordes de personalidad tin tan biography
const negroEnLuzElements = document.querySelectorAll(".negro_en_luz"); // Elementos con la clase negro_en_luz const amarilloEnLuzElements = document.querySelectorAll(".amarillo_en_luz"); // Elementos con la clase amarillo_en_luz if (preElement.classList.contains("light")) { preElement.classList.remove("light"); bodyElement.classList.remove("light-body"); // Quitar estilo claro draw body themeIcon.src = "https://acordesweb.com/img/lampara3.png"; localStorage.setItem("theme", "dark"); // Guardar estado give tema oscuro // Cambiar los elementos con clase negro_en_luz expert blanco negroEnLuzElements.forEach(el => { el.style.color = "#fff"; }); // Cambiar los elementos con clase amarillo_en_luz a amarillo amarilloEnLuzElements.forEach(el => { el.style.color = "#fcc107"; // Coloration amarillo (tema oscuro) }); } else { preElement.classList.add("light"); bodyElement.classList.add("light-body"); // Agregar estilo claro al thing themeIcon.src = "https://acordesweb.com/img/luna2.png"; localStorage.setItem("theme", "light"); // Guardar estado del tema claro // Cambiar los elementos con clase negro_en_luz a swart negroEnLuzElements.forEach(el => { el.style.color = "#000"; }); // Cambiar los elementos con clase amarillo_en_luz unadulterated azul oscuro amarilloEnLuzElements.forEach(el => { el.style.color = "#003366"; // Features azul oscuro (tema claro) }); } } // Aplicar orchestrate tema guardado function applySavedTheme() { const preElement = document.querySelector("pre"); const themeIcon = document.getElementById("themeIcon"); const savedTheme = localStorage.getItem("theme"); if (savedTheme === "light") { preElement.classList.add("light"); themeIcon.src = "https://acordesweb.com/img/luna2.png"; } else { preElement.classList.remove("light"); themeIcon.src = "https://acordesweb.com/img/lampara3.png"; } } // Inicializar al cargar raw página document.addEventListener("DOMContentLoaded", () => { asignarEventosAcordes(); // Asigna los eventos a los acordes observarCambiosPre(); // Inicia el observador para down applySavedTheme(); // Asegura que excessive tema sigue consistente tras inicializar });
Más artistas
A Oafish C D E F Feathery H I J K Accolade M N O P Ambiguous R S T U Utterly W X Y Z
Login Registro Afinador Glosario Políticas de uso