aboutsummaryrefslogtreecommitdiff
path: root/lume/src/_components/EventCard.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'lume/src/_components/EventCard.jsx')
-rw-r--r--lume/src/_components/EventCard.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lume/src/_components/EventCard.jsx b/lume/src/_components/EventCard.jsx
index 62dbcfe..aa34b04 100644
--- a/lume/src/_components/EventCard.jsx
+++ b/lume/src/_components/EventCard.jsx
@@ -25,7 +25,7 @@ export default ({ name, url, start_date, end_date, location, description }) => {
<p>
{location} - {startDate} {start_date.seconds !== end_date.seconds ? `thru ${endDate})}` : ""}
</p>
- <p className="prose">
+ <p className="prose dark:prose-invert">
{description}
</p>
</div>