Skip to content

Commit

Permalink
fix(vote): vote background opacity to 0.1 (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: Walker <15701592+walkerkay@users.noreply.github.com>
  • Loading branch information
ls32140 and walkerkay committed Jan 13, 2020
1 parent 5dedac2 commit aa7375e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vote/styles/vote.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@mixin vote-color-variant($color) {
background: rgba($color, 0.15);
background: rgba($color, 0.1);
color: $color;
&:hover {
background: rgba($color, 0.2);
Expand All @@ -18,7 +18,7 @@
color: $color;
}
&.has-voted {
background: rgba($color, 0.15);
background: rgba($color, 0.1);
color: $color;
&:hover {
background: rgba($color, 0.2);
Expand Down

0 comments on commit aa7375e

Please sign in to comment.