change curser to pointer

This commit is contained in:
luisa.bellitto 2025-06-26 09:33:27 +02:00 committed by Luisa Bellitto
parent dc02a2ae52
commit d5d6641fd8

View file

@ -25,6 +25,7 @@
text-decoration: none; /*prevents constant underline*/ text-decoration: none; /*prevents constant underline*/
color: black; color: black;
font-weight: 500; font-weight: 500;
cursor: pointer;
} }
.footer-link.feather img { .footer-link.feather img {