feat: Use paired styles

Change .list_link style to &.link.
This commit is contained in:
sthag 2026-03-08 14:54:41 +01:00
parent 3ae1cebdd6
commit a5462dcc7e
7 changed files with 11 additions and 11 deletions

View file

@ -14,7 +14,7 @@ tags:
<h1>{{ title }}</h1>
<p>Additional name</p>
</hgroup>
<ul class="list_link">
<ul class="link">
<li><a href="#new">Neues Spiel</a></li>
<li><a href="#continue">Spiel fortsetzen</a></li>
<li><a href="#options">Einstellungen</a></li>