your personal website on atproto - mirror blento.app

small fix

Florian 2b698a7a bb5ebaa0

+1 -1
+1 -1
src/lib/cards/EventCard/EventCard.svelte
··· 205 205 {/if} 206 206 207 207 {#if eventData.description && ((isMobile() && item.mobileH >= 5) || (!isMobile() && item.h >= 3))} 208 - <p class="text-base-500 dark:text-base-400 accent:text-base-700 mb-3 line-clamp-3 text-sm"> 208 + <p class="text-base-500 dark:text-base-400 accent:text-base-900 mb-3 line-clamp-3 text-sm"> 209 209 {eventData.description} 210 210 </p> 211 211 {/if}