share button shouldn't have cursor: pointer;

This commit is contained in:
xenofem 2024-04-25 15:45:04 -04:00
parent d1f8a3b8b6
commit b23d30c011

View file

@ -30,7 +30,6 @@
border: 1px solid #bbb; border: 1px solid #bbb;
border-radius: 4px; border-radius: 4px;
padding: 6px 12px; padding: 6px 12px;
cursor: pointer;
text-decoration: none; text-decoration: none;
} }
a.share:hover { a.share:hover {