talk card: changed background color
This commit is contained in:
parent
07af98fbd6
commit
4bb44b26a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue