We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faac3bc commit bae111fCopy full SHA for bae111f
1 file changed
packages/app/src/components/quote-carousel.tsx
@@ -233,7 +233,7 @@ export function QuoteCarousel({
233
{moreHref && (
234
<a
235
href={moreHref}
236
- className="absolute right-0 bottom-0 text-xs text-muted-foreground hover:text-foreground transition-colors"
+ className="absolute right-0 bottom-0 text-xs font-bold text-secondary dark:text-primary hover:underline transition-opacity"
237
>
238
See more supporters →
239
</a>
0 commit comments