mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
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 {
|
||||
background: $primary-low;
|
||||
.like-count {
|
||||
color: dark-light-choose($primary-medium, $secondary-high);
|
||||
color: $primary-medium;
|
||||
&.d-hover {
|
||||
color: dark-light-choose($primary, $secondary);
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
.d-hover {
|
||||
|
Loading…
Reference in New Issue
Block a user