Skip to content

Commit

Permalink
Improve contrast of footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
jstayton committed Oct 2, 2020
1 parent 8503756 commit 53c374e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{{ content | safe }}
{% endblock %}
</main>
<footer class="text-gray-400 text-sm mt-10 sm:mt-20">
<footer class="text-gray-600 text-sm mt-10 sm:mt-20">
<ul class="flex justify-center space-x-10">
<li>
<a href="/" class="block">
Expand Down

0 comments on commit 53c374e

Please sign in to comment.