diff --git a/less/topic.less b/less/topic.less index 19a5d1e..4433fec 100644 --- a/less/topic.less +++ b/less/topic.less @@ -164,21 +164,19 @@ display: inline-block; padding: 1rem; - &:first-child { - padding-right: 0.5rem; - } - - &:last-child { - padding-left: 0.5rem; - } - &:focus { text-decoration: none; } } - [component="post/upvote"].upvoted, [component="post/downvote"].downvoted { - color: @brand-primary; + [component="post/upvote"].upvoted { + border-radius: 3px; + border: 1px solid @brand-success; + } + + [component="post/downvote"].downvoted { + border-radius: 3px; + border: 1px solid @brand-warning; } [component="post/vote-count"] {