mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 20:57:48 +01:00
Lyrics qwq
This commit is contained in:
parent
75f0c6cedf
commit
7a095dd05d
1 changed files with 10 additions and 3 deletions
|
@ -58,7 +58,6 @@ summary:hover{
|
|||
}
|
||||
body{
|
||||
overflow-x: hidden; /* Hide horizontal scrollbar */
|
||||
overflow-y: hidden; /* Hide scrollbar */
|
||||
color:#111111
|
||||
}
|
||||
|
||||
|
@ -255,6 +254,14 @@ pointer-events:none;
|
|||
</a>
|
||||
</div>
|
||||
</nav>
|
||||
<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">
|
||||
|
|
Loading…
Reference in a new issue