.pointer {
cursor: pointer;
}
.upvote:hover {
color: var(--info);
.downvote:hover {
color: var(--danger);