mirror of
https://github.com/catdevnull/transicion-desordenada-diablo
synced 2024-11-15 02:21:39 +00:00
home: resaltar bien los dumps con glow
This commit is contained in:
parent
6fc2ddfd46
commit
757a22861a
1 changed files with 4 additions and 1 deletions
|
@ -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),
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Reference in a new issue