We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3692ec commit 5cee58fCopy full SHA for 5cee58f
_sass/basically-basic/_sidebar.scss
@@ -48,7 +48,7 @@
48
height: 1px;
49
transition: width 0.3s cubic-bezier(0, 0, 0.3, 1);
50
background-color: $base-color;
51
- content: '';
+ content: "";
52
}
53
54
&:hover {
@@ -93,7 +93,7 @@
93
width: 1.5em;
94
95
96
97
98
99
li {
@@ -138,4 +138,5 @@
138
order: 2;
139
margin-left: 0.5rem;
140
font-weight: bold;
141
+ color: $text-color;
142
0 commit comments