Skip to content

Commit bae111f

Browse files
committed
style see more supporters link with brand colors, bold, hover underline
1 parent faac3bc commit bae111f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/src/components/quote-carousel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export function QuoteCarousel({
233233
{moreHref && (
234234
<a
235235
href={moreHref}
236-
className="absolute right-0 bottom-0 text-xs text-muted-foreground hover:text-foreground transition-colors"
236+
className="absolute right-0 bottom-0 text-xs font-bold text-secondary dark:text-primary hover:underline transition-opacity"
237237
>
238238
See more supporters &rarr;
239239
</a>

0 commit comments

Comments
 (0)