This commit is contained in:
2026-02-24 07:41:11 +01:00
parent 5a029c8cff
commit 475d64c8ba
2 changed files with 3 additions and 3 deletions

View File

@@ -9,10 +9,10 @@
<body>
<div class="viewer-container">
<div class="overlay glass" id="overlay">
<h1>Waiting for stream...</h1>
<h1>Offline</h1>
<div class="status-indicator">
<span class="dot pulse"></span>
<span>Connecting to Broadcaster</span>
<span>Waiting for stream…</span>
</div>
</div>
<video id="remoteVideo" autoplay playsinline controls muted></video>

View File

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