fix: music text color back to white

This commit is contained in:
ltadeu6 2026-06-07 12:23:40 -03:00
parent 47bcfd32f3
commit 9315655631
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -203,11 +203,10 @@ html, body {
}
.music-text {
display: inline-block;
color: rgba(0, 200, 255, 0.6);
color: #ffffff;
font-family: 'Courier New', monospace;
font-size: clamp(11px, 1.2vw, 17px);
letter-spacing: 3px;
text-shadow: 0 0 8px rgba(0,200,255,0.5);
text-shadow: 0 0 8px rgba(0,200,255,0.7);
white-space: nowrap;
animation: musicScroll 18s linear infinite;
}