Change hover color to scarlet

This commit is contained in:
wswidzinski 2018-01-16 03:05:35 +01:00
parent 595f92c6eb
commit 82c44b2d23

View File

@ -10,7 +10,7 @@ $_button_transition: all .25s ease-in-out;
transition: $_button_transition;
&:hover {
color: $color-orange;
color: $color-scarlet;
}
&:hover &__icon {