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 @@
&:hover {
transition: 0.2s ease-out;
color: var.$grey-6;
color: var.$grey-7;
}
&.is-active {
......
......@@ -19,6 +19,10 @@
display: block;
height: 100%;
align-items: center;
&:hover {
transition: 0.2s ease-out;
color: var.$grey-7;
}
}
.menu__toggle-wrapper {
......
......@@ -21,10 +21,10 @@
&__icon-button,
&__menu-icon {
&.is-active {
color: var.$grey-6;
color: var.$grey-7;
&: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