Сообщение от рони
|
Сергей Ракипов,
что такое a?
|
let a = document.getElementsByTagName("a");
let themeBlue = document.querySelector("#theme_blue");
let theme = document.querySelector(".theme");
themeBlue.onclick = themeBlueFunct;
function themeBlueFunct (){
a.style.color = "blue";
}
забыл дописать вот так было