add hover

This commit is contained in:
2025-04-29 12:15:50 -03:00
parent f73da052e5
commit f535e1aa25
9 changed files with 17 additions and 15 deletions

View File

@@ -74,9 +74,9 @@ const { Content } = await render(course);
<ul class="lg:flex gap-3" data-pagefind-ignore="all">
<li class="flex gap-1">
<Icon name="clock" class="size-5 mt-0.5" />
<span
>Carga horária de {data.course.hours} horas</span
>
<span>
Carga horária de {data.course.hours} horas
</span>
</li>
<li class="flex gap-1">
@@ -104,7 +104,7 @@ const { Content } = await render(course);
>
<a
href="#"
class="text-black font-semibold bg-lime-400 rounded p-2.5 max-lg:text-center hover:bg-white hover:text-black"
class="text-black font-semibold bg-lime-400 rounded p-2.5 max-lg:text-center hover:bg-white hover:text-black transition"
>
Contratar {
new Intl.NumberFormat("pt-BR", {