feat: remove NOW PLAYING label, style artist name in cyan
This commit is contained in:
parent
93d0cb87e7
commit
47bcfd32f3
1 changed files with 3 additions and 10 deletions
|
|
@ -197,23 +197,17 @@ html, body {
|
||||||
from { opacity: 0.5; transform: scale(0.9); }
|
from { opacity: 0.5; transform: scale(0.9); }
|
||||||
to { opacity: 1; transform: scale(1.1); }
|
to { opacity: 1; transform: scale(1.1); }
|
||||||
}
|
}
|
||||||
.music-label {
|
|
||||||
color: rgba(0, 200, 255, 0.6);
|
|
||||||
font-family: 'Courier New', monospace;
|
|
||||||
font-size: clamp(9px, 1vw, 13px);
|
|
||||||
letter-spacing: 3px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
.music-scroll-wrap {
|
.music-scroll-wrap {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 60vw;
|
max-width: 60vw;
|
||||||
}
|
}
|
||||||
.music-text {
|
.music-text {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #ffffff;
|
color: rgba(0, 200, 255, 0.6);
|
||||||
font-family: 'Courier New', monospace;
|
font-family: 'Courier New', monospace;
|
||||||
font-size: clamp(11px, 1.2vw, 17px);
|
font-size: clamp(11px, 1.2vw, 17px);
|
||||||
text-shadow: 0 0 8px rgba(0,200,255,0.7);
|
letter-spacing: 3px;
|
||||||
|
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;
|
||||||
}
|
}
|
||||||
|
|
@ -785,7 +779,6 @@ html, body {
|
||||||
<!-- Music ticker -->
|
<!-- Music ticker -->
|
||||||
<div class="music-ticker">
|
<div class="music-ticker">
|
||||||
<span class="music-icon">♫</span>
|
<span class="music-icon">♫</span>
|
||||||
<span class="music-label">NOW PLAYING</span>
|
|
||||||
<div class="music-scroll-wrap">
|
<div class="music-scroll-wrap">
|
||||||
<span class="music-text short" id="musicText">— —</span>
|
<span class="music-text short" id="musicText">— —</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue