tweak design

This commit is contained in:
kakkokari-gtyih 2024-04-03 17:18:44 +09:00
parent d07b6b661a
commit f2d27a648b

View File

@ -23,7 +23,7 @@
</GNuxtLink>
<GNuxtLink
:to="localePath('/docs/become-a-sponsor/')"
class="flex flex-col p-5 items-center justify-center aspect-square bg-white hover:bg-gray-50 rounded-full border-2 border-dashed hover:border-solid border-gray-300 text-gray-500"
class="flex flex-col p-5 items-center justify-center aspect-square bg-white hover:bg-gray-50 rounded-full border-2 border-dashed dark:border-0 hover:border-solid dark:hover:opacity-80 border-gray-300 text-gray-500"
>
<div class="text-center text-lg sm:text-xl">{{ $t('_landing._sponsors.becomeASponsor') }}<ArrowRightIco class="ml-1" /></div>
</GNuxtLink>