fix: music text color back to white
This commit is contained in:
parent
47bcfd32f3
commit
9315655631
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue