<div class="wcag-box wcag-box-top">
<div class="wcag-box-container">
<ul class="jm-wcag-settings">
<li class="contrast">
<ul>
<li class="contrast-label">
<span class="jm-separator">Kontrast</span>
</li>
<li>
<a href="/?contrast=normal" class="jm-normal wcag-a-icon" title="Tryb domyślny">
{% include 'frontend-eforum/_partials/modules/wcag/wcag-a-icon.html.twig' %}
<span class="sr-only">Tryb domyślny</span>
</a>
</li>
<li>
<a href="/?contrast=highcontrast" class="jm-highcontrast wcag-a-icon" title="Tryb czarno-biały">
{% include 'frontend-eforum/_partials/modules/wcag/wcag-a-icon.html.twig' %}
<span class="sr-only">Tryb czarno-biały</span>
</a>
</li>
<li>
<a href="/?contrast=highcontrast2" class="jm-highcontrast2 wcag-a-icon" title="Tryb czarno-żółty">
{% include 'frontend-eforum/_partials/modules/wcag/wcag-a-icon.html.twig' %}
<span class="sr-only">"Tryb czarno-żółty</span>
</a>
</li>
<li>
<a href="/?contrast=highcontrast3" class="jm-highcontrast3 wcag-a-icon" title="Tryb żółto-czarny">
{% include 'frontend-eforum/_partials/modules/wcag/wcag-a-icon.html.twig' %}
<span class="sr-only">Tryb żółto-czarny</span>
</a>
</li>
</ul>
</li>
<li class="resizer">
<ul>
<li class="resizer-label"><span class="jm-separator">Czcionka</span></li>
<li>
<a href="/?fontsize=70" class="jm-font-smaller" title="Zmniejsz czcionkę">
<img src="{{ asset('frontend-eforum/images/icons/minus.svg') }}"
alt="Zmniejsz czcionkę"
class="wcag-size-icon"
>
<span class="sr-only">Zmniejsz czcionkę</span></a>
</li>
<li class="no-margin">
<a href="/?fontsize=100" class="jm-font-normal" title="Domyślna czcionka">
<span class="wcag-a-icon">
{% include 'frontend-eforum/_partials/modules/wcag/wcag-a-icon.html.twig' %}
</span>
<span class="sr-only">Domyślna czcionka</span>
</a>
</li>
<li class="no-margin">
<a href="/?fontsize=130" class="jm-font-larger" title="Powiększ czcionkę">
<img src="{{ asset('frontend-eforum/images/icons/plus.svg') }}"
alt="Powiększ czcionkę"
class="wcag-size-icon"
>
<span class="sr-only">Powiększ czcionkę</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>