Mark visited links, switch background to white

This commit is contained in:
2022-05-18 15:33:59 -06:00
parent 841e45c113
commit 7afea053a2
2 changed files with 23 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
{% endblock %}
{% block info %}
<p><a href="/">Return Home</a></p>
<p><a class="return-home" href="/">Return Home</a></p>
{% endblock %}
{% block content %}
@@ -53,4 +53,6 @@
{{ article.content }}
</article>
</div>
<p><a class="return-home" href="/">Return Home</a></p>
{% endblock %}