home: resaltar bien los dumps con glow

This commit is contained in:
Cat /dev/Nulo 2023-12-10 16:07:33 -03:00
parent 6fc2ddfd46
commit 757a22861a

View file

@ -13,8 +13,11 @@
<li> <li>
<a <a
class="flex justify-between px-6 py-5 shadow-blue-300 hover:bg-gray-50 dark:hover:bg-gray-700" class="relative flex justify-between px-6 py-5 shadow-blue-300 hover:bg-gray-50 dark:hover:bg-gray-700"
class:shadow-glow={glow} class:shadow-glow={glow}
class:hover:bg-blue-50={glow}
class:dark:hover:bg-slate-700={glow}
class:z-10={glow}
href={inject(routes.Dump, { href={inject(routes.Dump, {
dumpUrl: encodeURIComponent(dumpUrl), dumpUrl: encodeURIComponent(dumpUrl),
})} })}