fix: 💄 normalize link styles across site
This commit is contained in:
parent
789544445f
commit
513e7bd2b4
2 changed files with 5 additions and 9 deletions
|
@ -53,15 +53,11 @@
|
|||
<div>
|
||||
<p>© {% 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue