your personal website on atproto - mirror blento.app
25
fork

Configure Feed

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

Merge pull request #29 from flo-bit/event-card

small fix

authored by

Florian and committed by
GitHub
f2dde826 815d7cf1

+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}