Fixing vote margins.

This commit is contained in:
Dessalines 2019-08-17 12:46:32 -07:00
parent 6f28c17c1a
commit 99013606c0

View file

@ -15,10 +15,18 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
color: var(--info);
}
.upvote {
margin-bottom: -5px;
}
.downvote:hover {
color: var(--danger);
}
.downvote {
margin-top: -10px;
}
.form-control, .form-control:focus {
background-color: var(--secondary);
color: #fff;