Commit 81f6776d authored by Lyza Danger Gardner's avatar Lyza Danger Gardner

Adjust button and icon colors and hovers for consistency

parent edd1a8a4
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
&:hover { &:hover {
transition: 0.2s ease-out; transition: 0.2s ease-out;
color: var.$grey-6; color: var.$grey-7;
} }
&.is-active { &.is-active {
......
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
display: block; display: block;
height: 100%; height: 100%;
align-items: center; align-items: center;
&:hover {
transition: 0.2s ease-out;
color: var.$grey-7;
}
} }
.menu__toggle-wrapper { .menu__toggle-wrapper {
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
&__icon-button, &__icon-button,
&__menu-icon { &__menu-icon {
&.is-active { &.is-active {
color: var.$grey-6; color: var.$grey-7;
&:hover { &:hover {
color: var.$grey-6; color: var.$grey-7;
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment