more consistent colors for dark themes on hover (#5743)
This commit is contained in:
parent
e33aef729f
commit
641276af46
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue