Fix burger focus color change (#446)

This commit is contained in:
Codruț Constantin Gușoi
2020-10-23 13:50:00 +01:00
committed by GitHub
parent 733bc740c6
commit f43f2bb3fa
6 changed files with 17 additions and 4 deletions

View File

@@ -96,6 +96,12 @@
font-size: 2.4rem;
font-weight: 400;
}
i {
&:hover, &:focus {
color: $alt-fg-color;
}
}
}
i {
color: $fg-color;