mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 11:38:25 +01:00
Lyrics qwq
This commit is contained in:
parent
0dbc93ac0f
commit
812c4a1df2
1 changed files with 10 additions and 3 deletions
|
@ -58,8 +58,7 @@ summary:hover{
|
|||
}
|
||||
body{
|
||||
overflow-x: hidden; /* Hide horizontal scrollbar */
|
||||
overflow-y: hidden; /* Hide scrollbar */
|
||||
color:#111111
|
||||
color:#111111
|
||||
}
|
||||
|
||||
.animated {
|
||||
|
@ -255,7 +254,15 @@ pointer-events:none;
|
|||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="align">
|
||||
<div class="center">
|
||||
<h1 style="font-family:'Ginto Nord',sans-serif;font-weight:900;white-space:yes;" align="center">
|
||||
Lyrics
|
||||
</h1>
|
||||
<p style="overflow: scroll;overflow-x: hidden;height: 12em;">
|
||||
<%-lyrics%>
|
||||
</p>
|
||||
</div>
|
||||
<div class="align">
|
||||
<img class="img" src="https://p.poketube.fun/<%=info.artwork%>"/>
|
||||
<div class="info">
|
||||
<div class="video-title center" style="font-family:Ginto Nord;font-weight:900;white-space:yes;text-align: left;">
|
||||
|
|
Loading…
Reference in a new issue