diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html
index e5d4a04..7fae891 100644
--- a/plugin/contents/ui/dancer.html
+++ b/plugin/contents/ui/dancer.html
@@ -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;
}