Commit e15b17f8 authored by Phil Hughes's avatar Phil Hughes

Uses already defined color for text in sidebar

parent 88f56246
......@@ -154,7 +154,7 @@
}
.no-value {
color: #8c8c8c;
color: $gl-placeholder-color;
}
.sidebar-collapsed-icon {
......@@ -321,7 +321,7 @@
margin-left: 5px;
a {
color: #8c8c8c;
color: $gl-placeholder-color;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment