add hover
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user