fix(shop): match "Mehr erfahren" link style to Werkzeug-card CTAs

Was always brand-colored with an underline on hover; now black by
default and brand-colored on hover, consistent with the Werkzeuge
cards' CTA links elsewhere on the site.
This commit is contained in:
Marco
2026-07-21 11:15:54 +00:00
parent a560ec9434
commit af00fd091f
+1 -1
View File
@@ -60,7 +60,7 @@ export async function ProductGrid() {
{product.href && (
<Link
href={product.href}
className="flex items-center gap-1 font-bold text-label text-brand hover:underline"
className="flex items-center gap-1 font-bold text-label text-text-primary hover:text-brand transition-colors"
>
<span>Mehr erfahren</span>
<span aria-hidden></span>