Fix color of menu toggle text

This commit is contained in:
Michael Rose 2018-01-05 15:00:45 -05:00
parent a3692ec213
commit 5cee58f647
1 changed files with 3 additions and 2 deletions

View File

@ -48,7 +48,7 @@
height: 1px; height: 1px;
transition: width 0.3s cubic-bezier(0, 0, 0.3, 1); transition: width 0.3s cubic-bezier(0, 0, 0.3, 1);
background-color: $base-color; background-color: $base-color;
content: ''; content: "";
} }
&:hover { &:hover {
@ -93,7 +93,7 @@
width: 1.5em; width: 1.5em;
height: 1px; height: 1px;
background-color: $base-color; background-color: $base-color;
content: ''; content: "";
} }
li { li {
@ -138,4 +138,5 @@
order: 2; order: 2;
margin-left: 0.5rem; margin-left: 0.5rem;
font-weight: bold; font-weight: bold;
color: $text-color;
} }