Skip to content

Commit 3c32071

Browse files
committed
Add styling to links in strapline
1 parent e175490 commit 3c32071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypha/home/templates/home/home.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="font-bold text-h00">
1313
</h1>
1414

1515
{% if settings.core.SystemSettings.home_strapline %}
16-
<div class="mb-8 text-fg-muted text-pretty prose">{{ settings.core.SystemSettings.home_strapline|nh3|safe }}</div>
16+
<div class="mb-8 text-fg-muted text-pretty prose prose-a:text-primary">{{ settings.core.SystemSettings.home_strapline|nh3|safe }}</div>
1717
{% endif %}
1818

1919
{% if funds %}

0 commit comments

Comments
 (0)