make non <a>-wrapped buttons still switch cursor to pointer when hovered

This commit is contained in:
2024-12-14 09:22:16 +00:00
parent f485802436
commit a6b0d4619f
+4
View File
@@ -156,6 +156,10 @@
color: var(--primary-color); color: var(--primary-color);
} }
.footer.buttons img {
cursor: pointer;
}
.footer.quote { .footer.quote {
text-align: center; text-align: center;
margin: -8px auto auto auto; margin: -8px auto auto auto;