Skip to content

Commit 39648c5

Browse files
authored
Fix footer link color (#3754)
Update the typography color in the footer to be readiable on a dark background Fixes #3753
1 parent a2fffdd commit 39648c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypha/templates/base-apply.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
{% block footer %}
134134
{% if settings.utils.SystemMessagesSettings.footer_content %}
135135
<footer class="footer px-4 py-10 shrink-0 bg-dark-blue">
136-
<div class="wrapper wrapper--large prose max-w-none text-white">
136+
<div class="wrapper wrapper--large prose prose-invert max-w-none text-white">
137137
{{ settings.utils.SystemMessagesSettings.footer_content|safe }}
138138
</div>
139139
</footer>

0 commit comments

Comments
 (0)