Skip to content

Commit 5cee58f

Browse files
committed
Fix color of menu toggle text
1 parent a3692ec commit 5cee58f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_sass/basically-basic/_sidebar.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
height: 1px;
4949
transition: width 0.3s cubic-bezier(0, 0, 0.3, 1);
5050
background-color: $base-color;
51-
content: '';
51+
content: "";
5252
}
5353

5454
&:hover {
@@ -93,7 +93,7 @@
9393
width: 1.5em;
9494
height: 1px;
9595
background-color: $base-color;
96-
content: '';
96+
content: "";
9797
}
9898

9999
li {
@@ -138,4 +138,5 @@
138138
order: 2;
139139
margin-left: 0.5rem;
140140
font-weight: bold;
141+
color: $text-color;
141142
}

0 commit comments

Comments
 (0)