feat: remove pulsing effect

This commit is contained in:
Blake Ridgway
2026-08-22 22:11:55 -05:00
parent e0167b44e1
commit 572a3f0276

View File

@@ -181,18 +181,6 @@ body {
position: relative; position: relative;
} }
/* pulsing "live" status dot — HUD detail */
.logo::after {
content: "";
width: 6px;
height: 6px;
margin-left: 2px;
border-radius: 50%;
background: var(--color-accent);
box-shadow: 0 0 8px var(--color-accent);
animation: status-pulse 2.6s ease-in-out infinite;
}
.logo-icon { .logo-icon {
flex-shrink: 0; flex-shrink: 0;
border-radius: 4px; border-radius: 4px;