diff --git a/public/index.html b/public/index.html index 232bb39..85db3c4 100644 --- a/public/index.html +++ b/public/index.html @@ -9,10 +9,10 @@
-

Waiting for stream...

+

Offline

- Connecting to Broadcaster + Waiting for stream…
diff --git a/public/style.css b/public/style.css index 2539a87..040facf 100644 --- a/public/style.css +++ b/public/style.css @@ -116,7 +116,7 @@ p { @keyframes pulse-animation { 0% { - box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7); + box-shadow: 0 0 0 0 rgba(12, 206, 12, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);