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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user