templates_common/blocks/header-accessibility.html.twig line 1

  1. <a href="#" onclick="toggleAccessebility()" class="accessibility-vision hidden md:flex flex-row gap-4 self-center font-semibold text-[#999fab] dark:text-black hover:text-[#0750af]">
  2.     <span class="self-center">
  3.         <svg width="20" height="20" viewbox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  4.             <g clip-path="url(#cclip0_287_4467)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  5.                 <path d="M.833 10S4.166 3.333 10 3.333c5.833 0 9.166 6.667 9.166 6.667S15.833 16.666 10 16.666C4.166 16.666.833 10 .833 10z"/>
  6.                 <path d="M10 12.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5z"/>
  7.             </g>
  8.             <linearGradient id="cpaint0_linear_287_4467" x1="10" y1="3.333" x2="10" y2="16.666" gradientunits="userSpaceOnUse">
  9.                 <stop stop-color="#DCAF4C"/>
  10.                 <stop offset="1" stop-color="#D5B05F"/>
  11.             </linearGradient>
  12.             <linearGradient id="cpaint1_linear_287_4467" x1="10" y1="7.5" x2="10" y2="12.5" gradientunits="userSpaceOnUse">
  13.                 <stop stop-color="#DCAF4C"/>
  14.                 <stop offset="1" stop-color="#D5B05F"/>
  15.             </linearGradient>
  16.             <clipPath id="cclip0_287_4467">
  17.                 <path d="M0 0h20v20H0z"/>
  18.             </clipPath>
  19.         </svg>
  20.     </span>
  21.     <span class="self-center">
  22.         {% trans %}Accessebility{% endtrans %}<br>
  23.     </span>
  24. </a>