Fix color of menu toggle text
This commit is contained in:
parent
a3692ec213
commit
5cee58f647
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue