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.
2 parents 30b314e + 1456181 commit b56670bCopy full SHA for b56670b
src/components/Sidebar/Sidebar.scss
@@ -162,7 +162,7 @@
162
}
163
164
&:after {
165
- @include arrow('down', 10px, 7px, #132B39);
+ @include arrow('down', 10px, 7px, #fff);
166
position: absolute;
167
content: '';
168
top: 20px;
@@ -247,7 +247,9 @@
247
color: white;
248
249
&:hover{
250
- background-color: #0D5E91;
+ background-color: #1184ca;
251
+ text-decoration: underline;
252
+ color: white;
253
254
255
> span {
0 commit comments