tweak: slow music icon pulse 0.5s→1.8s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ltadeu6 2026-06-07 14:16:09 -03:00
parent b5eacd35d2
commit 2552c9ccb3
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -190,7 +190,7 @@ html, body {
color: #ff44aa;
font-size: 18px;
text-shadow: 0 0 10px #ff44aa;
animation: iconPulse 0.5s ease-in-out infinite alternate;
animation: iconPulse 1.8s ease-in-out infinite alternate;
flex-shrink: 0;
}
@keyframes iconPulse {
@ -241,8 +241,8 @@ html, body {
============================================================ */
.lyric-display {
position: absolute;
left: 3%;
top: 5%;
left: 2%;
top: 4%;
max-width: 36%;
pointer-events: none;
opacity: 0;