Hide logo in accessibility mode
This commit is contained in:
parent
8451aee6e6
commit
923f58a1a3
1 changed files with 3 additions and 2 deletions
|
@ -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="">
|
||||
|
|
Loading…
Reference in a new issue