Re-add original styles

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent 314110c5eb
commit 18b11857fb
12 changed files with 190 additions and 50 deletions

View file

@ -1,5 +1,7 @@
<nav>
<nav class="flex flex-wrap justify-center -mb-3">
{% for link in site.menu_links %}
<a href="{{ link.url }}">{{ link.title }}</a>
<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 }}">
{{ link.title }}
</a>
{% endfor %}
</nav>