diff --git a/index.twig b/index.twig index 329d121..082a7e7 100644 --- a/index.twig +++ b/index.twig @@ -45,8 +45,8 @@ @@ -101,7 +101,7 @@ -
+

Das Team

@@ -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);