Skip to content

Commit 2e95dbf

Browse files
authored
Fix styling of strapline on homepage (#4639)
Fixes #4634 ## Screenshots <details><summary>Before</summary> <img width="554" height="431" alt="Screenshot 2025-11-26 at 16-20-33 Demo Apply Homepage ACME" src="https://github.com/user-attachments/assets/1c48be33-59ac-44bb-ab67-87a53afef83e" /> </details> <details><summary>After</summary> <img width="557" height="425" alt="Screenshot 2025-11-26 at 16-19-20 Demo Apply Homepage ACME" src="https://github.com/user-attachments/assets/365000ed-d295-4305-8921-8fb9d52d7d77" /> </details>
1 parent e06aea8 commit 2e95dbf

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-
<p class="mb-8 text-fg-muted text-pretty">{{ settings.core.SystemSettings.home_strapline|nh3|safe }}</p>
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)