From 47bcfd32f3932b8b3329cce48f4e9ae832416d55 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Sun, 7 Jun 2026 12:22:58 -0300 Subject: [PATCH] feat: remove NOW PLAYING label, style artist name in cyan --- plugin/contents/ui/dancer.html | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/plugin/contents/ui/dancer.html b/plugin/contents/ui/dancer.html index 20ab8b5..e5d4a04 100644 --- a/plugin/contents/ui/dancer.html +++ b/plugin/contents/ui/dancer.html @@ -197,23 +197,17 @@ html, body { from { opacity: 0.5; transform: scale(0.9); } 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 { overflow: hidden; max-width: 60vw; } .music-text { display: inline-block; - color: #ffffff; + color: rgba(0, 200, 255, 0.6); font-family: 'Courier New', monospace; 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; animation: musicScroll 18s linear infinite; } @@ -785,7 +779,6 @@ html, body {
- NOW PLAYING
— —