Run slightly less afoul of accessibility checks. #294.

This makes the clickable element an interactive element, but doesn't add
alt text and makes it not-obvious that you can click the elefriend.  On
one hand, this goes against good practice; on the other hand, it's not
*supposed* to be obvious that you can click the elefriend.
This commit is contained in:
David Yip
2018-01-14 05:07:08 -06:00
parent e64cc311dd
commit 756a9cd139
2 changed files with 3 additions and 1 deletions

View File

@ -65,6 +65,8 @@
.mastodon {
flex: 1;
border: none;
cursor: inherit;
}
}