1
0
Fork 0

Hide logo in accessibility mode

This commit is contained in:
Mo 2023-11-22 03:00:13 +01:00
parent 8451aee6e6
commit 923f58a1a3

View file

@ -44,8 +44,9 @@
<div class="pt-3 w-full"
style="background-image: linear-gradient(#B2DEA7, 15%, white)">
<div class="flex gap-x-2 items-center px-3 mx-auto mb-3 max-w-screen-xl sm:gap-x-4">
<a class="p-0.5 transition duration-500 hover:scale-110"
href="{{ get_url(path='/') | safe }}">
<a class="p-0.5 transition duration-500 hover:scale-110 aria-hidden:hidden"
href="{{ get_url(path='/') | safe }}"
aria-hidden="true">
<img class="object-contain w-16 h-16 rounded"
src="{{ get_url(path='images/logo.svg') | safe }}"
alt="">