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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue