change icon color

This commit is contained in:
Nicolas Constant 2019-02-21 19:51:26 -05:00
parent 9fa5e30b6d
commit 07c291e056
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ $header-content: 40px;
&:hover { &:hover {
// background-color: $button-background-color-hover; // background-color: $button-background-color-hover;
// color: $button-color-hover; // color: $button-color-hover;
color: white; color: whitesmoke;
} }
} }