diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 10:36:59 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 10:36:59 +0530 | 
| commit | 6638153f1b33baade2d898721e17a16edaab4fb5 (patch) | |
| tree | bbb3ff7b92ee63e2783b62f418a3c4dd67d61c7e /projects | |
| parent | a23a1609de4c063a823671fb7079b7d2deb0675e (diff) | |
project index: add border on hover
Diffstat (limited to '')
| -rw-r--r-- | projects/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/projects/index.html b/projects/index.html index f9dbaf0..54b2d46 100644 --- a/projects/index.html +++ b/projects/index.html @@ -10,7 +10,7 @@    {{ eachdo projects }}      <a href="{{ put url }}" class="flex-grow flex-shrink basis-128 min-w-64 max-w-128"> -      <div class="h-full bg-pink-100 py-2 px-4 text-pink-900 hover:bg-zinc-900 hover:text-pink-300 hover:underline selection:bg-zinc-400 flex flex-col justify-between"> +      <div class="h-full bg-pink-100 py-2 px-4 text-pink-900 hover:bg-zinc-900 hover:text-pink-300 hover:underline hover:border-2 selection:bg-zinc-400 flex flex-col justify-between">          <div class="flex flex-col gap-2 pt-2 items-center">            <p class="text-2xl font-semibold text-center">{{ put name }}</p>            <p class="text-xl text-center text-wrap">{{ put description }}</p> | 
