The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

events: fix dark mode

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso 3cf18009 c5a14475

+2 -2
+1 -1
lume/src/_components/EventCard.jsx
··· 25 25 <p> 26 26 {location} - {startDate} {start_date.seconds !== end_date.seconds ? `thru ${endDate})}` : ""} 27 27 </p> 28 - <p className="prose"> 28 + <p className="prose dark:prose-invert"> 29 29 {description} 30 30 </p> 31 31 </div>
+1 -1
lume/src/events.jsx
··· 19 19 </div> 20 20 )} 21 21 22 - <div className="my-4 prose max-w-full"> 22 + <div className="my-4 prose dark:prose-invert max-w-full"> 23 23 <p> 24 24 If you'd like me to speak at an event, please <a href="/contact">contact me</a>! I'm always looking for new opportunities to share my knowledge and experiences. I'm also available for interviews, podcasts, and other media appearances. 25 25 </p>