mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-19 06:21:15 +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>
|
||||
{#each candidates as candidate}
|
||||
<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
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
|
|
|
|||
Loading…
Reference in a new issue