We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e175490 commit 3c32071Copy full SHA for 3c32071
1 file changed
hypha/home/templates/home/home.html
@@ -13,7 +13,7 @@ <h1 class="font-bold text-h00">
13
</h1>
14
15
{% 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>
+ <div class="mb-8 text-fg-muted text-pretty prose prose-a:text-primary">{{ settings.core.SystemSettings.home_strapline|nh3|safe }}</div>
17
{% endif %}
18
19
{% if funds %}
0 commit comments