fix: 💄 normalize link styles across site

This commit is contained in:
Sebin Nyshkim 2024-10-15 04:22:33 +02:00
parent 789544445f
commit 513e7bd2b4
2 changed files with 5 additions and 9 deletions

View file

@ -53,15 +53,11 @@
<div>
<p>&copy; {% year %} Sebin Nyshkim</p>
<p>Content licensed under
<a class="text-sky-600 transition-colors duration-300 hover:text-sky-400" href="https://creativecommons.org/licenses/by-sa/4.0/">
CC BY-SA 4.0
</a>
<a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>
</p>
</div>
<div class="text-right">
<p>Made with
<a class="text-sky-600 transition-colors duration-300 hover:text-sky-400" href="https://11ty.dev">11ty</a>
</p>
<p>Made with <a href="https://11ty.dev">11ty</a></p>
</div>
</div>
</div>