function themeGreenFunct (){ let theme = document.querySelectorAll(".theme"); for(let i=0; i<theme.length; i++){ theme[i].style.color = "green"; } }