Add underline to link

This commit is contained in:
Sofía Aritz 2024-11-11 19:07:26 +01:00
parent ce74fff9cd
commit baa9edb995
Signed by: sofia
GPG key ID: 90B5116E3542B28F

View file

@ -35,6 +35,6 @@
{/if} {/if}
<footer class="px-5 py-3"> <footer class="px-5 py-3">
<span>Creado por <a class="underline" href="https://sofiaritz.com">Sofía Aritz</a> para el <a class="underline" href="https://www.uco.es/aulasoftwarelibre/">Aula de Software Libre</a>. <a href="https://git.sofiaritz.com/sofia/mail-templates">Código fuente</a></span> <span>Creado por <a class="underline" href="https://sofiaritz.com">Sofía Aritz</a> para el <a class="underline" href="https://www.uco.es/aulasoftwarelibre/">Aula de Software Libre</a>. <a class="underline" href="https://git.sofiaritz.com/sofia/mail-templates">Código fuente</a></span>
</footer> </footer>
</div> </div>