feat: footer underline on hover

This commit is contained in:
Tine 2024-02-12 11:23:52 +01:00
parent 650a2d8a4c
commit 1769342068
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 5 additions and 1 deletions

View file

@ -949,3 +949,7 @@ video {
--tw-bg-opacity: 1;
background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:underline:hover {
text-decoration-line: underline;
}

View file

@ -32,7 +32,7 @@
</div>
<div class="container mx-auto">
<footer class="text-center text-gray-500 text-xs mt-8">
&copy; 2024 Zdravko - <a href="https://github.com/mentos1386/zdravko">Source</a>
&copy; 2024 Zdravko - <a class="hover:underline" href="https://github.com/mentos1386/zdravko">Source</a>
</footer>
<script src="/static/js/htmx.min.js"></script>
</body>