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 { .music-text {
display: inline-block; display: inline-block;
color: rgba(0, 200, 255, 0.6); color: #ffffff;
font-family: 'Courier New', monospace; font-family: 'Courier New', monospace;
font-size: clamp(11px, 1.2vw, 17px); font-size: clamp(11px, 1.2vw, 17px);
letter-spacing: 3px; text-shadow: 0 0 8px rgba(0,200,255,0.7);
text-shadow: 0 0 8px rgba(0,200,255,0.5);
white-space: nowrap; white-space: nowrap;
animation: musicScroll 18s linear infinite; animation: musicScroll 18s linear infinite;
} }