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>

View file

@ -12,7 +12,7 @@ tags:
<div class="sec_main_center">
<nav role="doc-toc">
<h1>{{ title }}</h1>
<ul class="list_link">
<ul class="link">
{%- for ui in collections.ui -%}
<li>
<a href="{{ ui.page.url }}">{{ ui.data.title }}</a>