Update site settings

This commit is contained in:
Oliver Davies 2024-02-28 00:40:07 +00:00
parent 645bd2997c
commit 91486faed4
22 changed files with 304 additions and 299 deletions

View file

@ -1,6 +1,6 @@
<nav class="flex flex-wrap justify-center -mb-3">
{% for link in site.menu_links %}
<a class="mx-3 mb-3 text-base underline md:text-lg dark:text-white hover:no-underline link dark:hover:text-blue-400 hover:text-grey-900" href="{{ link.url }}">
<a class="mx-3 mb-3 text-base underline md:text-lg dark:text-white hover:no-underline link dark:hover:text-blue-400 hover:text-gray-900" href="{{ link.url }}">
{{ link.title }}
</a>
{% endfor %}