talk card: changed background color

This commit is contained in:
Philippe Loctaux 2023-05-26 08:55:46 +02:00
parent 07af98fbd6
commit 4bb44b26a3

View file

@ -10,7 +10,7 @@ interface Props {
const { title, date, location, linkUri, linkLabel } = Astro.props; const { title, date, location, linkUri, linkLabel } = Astro.props;
--- ---
<div class="rounded-2xl w-full bg-sky-950 p-6"> <div class="rounded-2xl w-full bg-teal-950 p-6">
<!-- Title --> <!-- Title -->
<h3 class="text-xl font-semibold mb-4">{title}</h3> <h3 class="text-xl font-semibold mb-4">{title}</h3>