@@ -176,6 +176,11 @@
document.getElementById("streamBtn").classList.add("disabled");
}
}
+
+ var box = document.getElementById("nav-podcast");
+ var boxAfter = window.getComputedStyle(box, "::after");
+ console.log(boxAfter.backgroundColor); // getting the background color
+ console.log(boxAfter.opacity); // getting the background color
streamBtnActivate();
setInterval(streamBtnActivate, 10000);