Skip to content

Commit

Permalink
small change from accessibility testing
Browse files Browse the repository at this point in the history
=> attempt to better distinguish links in the home page's impact areas panel
  • Loading branch information
luminaryFlowers committed Aug 6, 2024
1 parent 4368235 commit 547748d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/templates/home/components/ImpactAreasPanel.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 class="text-hot-red font-bold text-h4">
<div class="pt-2 mb-6">
{{ area.description|safe }}
</div>
<a href="{{ area.url }}" class="text-hot-red">
<a href="{{ area.url }}" class="text-hot-red font-medium">
<p>
<span class="mr-2">{{ page.impact_areas_learn_more }}</span>
{% include "ui/components/icon_svgs/LinkCaret.html" %}
Expand Down

0 comments on commit 547748d

Please sign in to comment.