From 5e5eeb397d51d2002ca4d892ea59b3c1fd654046 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Mon, 4 May 2026 16:20:09 +0200 Subject: fix: add not-prose to cta-block to prevent prose link color override Tailwind prose's `a` rule was overriding btn-primary color in light mode. not-prose excludes the CTA wrapper from prose link styles. Co-Authored-By: Claude Sonnet 4.6 --- layouts/shortcodes/actions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/actions.html b/layouts/shortcodes/actions.html index 2c2b07e..b4a0df5 100644 --- a/layouts/shortcodes/actions.html +++ b/layouts/shortcodes/actions.html @@ -10,7 +10,7 @@ {{- $isDownload := eq $use "download" -}} {{- if $url -}} -
+
{{- with $caption -}}

{{ . }}

{{- end -}} -- cgit v1.2.3