diff --git a/templates/player.html b/templates/player.html index d9e8862..f40d7ea 100644 --- a/templates/player.html +++ b/templates/player.html @@ -79,6 +79,27 @@ } .locked h2{margin-top:0;color:#fbbf24;} .locked p{margin:.3rem 0;} + .lyrics{ + background:#111827; + border:1px solid #374151; + border-radius:.5rem; + padding:1rem 1.5rem; + margin:1rem 0; + white-space:pre-wrap; + line-height:1.7; + font-size:1.05rem; + } + .lyrics h2{ + margin-top:0; + color:#fbbf24; + font-size:1.2rem; + } + .lyrics .section-label{ + color:#60a5fa; + font-weight:700; + display:block; + margin-top:1rem; + }
@@ -86,6 +107,20 @@Hi {{ req.name }}! Listen to both versions and pick the one you want.
+ {% if req.suno_lyrics %} +