Very close. You just need to take off the greater than sign after the color. You can also combine the rules into one like this:
.menu-toggle,
.menu-toggle:hover {
background-color: #ddc58d;
}
Very close. You just need to take off the greater than sign after the color. You can also combine the rules into one like this:
.menu-toggle,
.menu-toggle:hover {
background-color: #ddc58d;
}