fix: add hover for table

This commit is contained in:
EETagent 2023-01-12 13:33:44 +01:00
parent 8e9cab5139
commit 07b04126ef

View file

@ -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"