Searched refs:el (Results 1 – 1 of 1) sorted by relevance
244 document.querySelectorAll('.dark-mode-visible').forEach(function(el) { argument245 el.style.display = darkModeStyle;247 document.querySelectorAll('.light-mode-visible').forEach(function(el) { argument248 el.style.display = lightModeStyle;