Kleine veränderung

This commit is contained in:
mikka 2026-04-20 22:02:17 +02:00
parent 46e9d5c40d
commit f3d0f6bd7b
4 changed files with 31 additions and 5 deletions

View file

@ -1,6 +1,18 @@
<ul>
<style>
#playlist{
display: block;
text-align: center;
font-size: large;
color: black;
}
a{
color: black;
display: block;
text-align: center;
font-size: smaller;
}
</style>
{% for list in lists %}
<li><a href="/?liste={{list}}">{{list}}</a></li>
<a id="playlist" href="/?liste={{list}}"> {{list}} </a>
{% endfor %}
</ul>
<a href="/neueliste">Lust auf was neues?</a>