mirror of
https://github.com/danbulant/Portfolio
synced 2026-07-06 03:20:53 +00:00
fix: add hover for table
This commit is contained in:
parent
8e9cab5139
commit
07b04126ef
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
{#each candidates as candidate}
|
{#each candidates as candidate}
|
||||||
<tr class="border-b bg-white hover:cursor-pointer">
|
<tr class="border-b bg-white hover:cursor-pointer">
|
||||||
<td class="text-gray-900"
|
<td class="text-gray-900 hover:text-sspsBlue hover:font-bold"
|
||||||
><a
|
><a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue