more consistent colors for dark themes on hover (#5743)

This commit is contained in:
Jeff Wong 2018-04-06 19:44:51 -07:00 committed by Kris
parent e33aef729f
commit 641276af46
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@ nav.post-controls {
&:hover { &:hover {
background: $primary-low; background: $primary-low;
.like-count { .like-count {
color: dark-light-choose($primary-medium, $secondary-high); color: $primary-medium;
&.d-hover { &.d-hover {
color: dark-light-choose($primary, $secondary); color: $primary;
} }
} }
.d-hover { .d-hover {