summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorArinde Eniola <eniolaarinde1@gmail.com>2016-03-24 12:28:06 +0100
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-06 21:06:00 +0100
commit3d145ce8d513207988d523288334a61a575d4c01 (patch)
treec03f87f60c07424308b36e113274e0b312d3edd6 /app/assets/stylesheets/framework
parent2c6472390d84743381742b69e7554ece1d2a34d4 (diff)
downloadgitlab-ce-3d145ce8d513207988d523288334a61a575d4c01.tar.gz
fix labels not showing on todos pagefix_labels_not_showing_in_todos
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 463ce4ecdd7..6d188659524 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -28,6 +28,7 @@ $gl-link-color: #3084bb;
$gl-dark-link-color: #333;
$gl-placeholder-color: #8f8f8f;
$gl-icon-color: $gl-placeholder-color;
+$gl-grayish-blue: #7f8fa4;
$gl-gray: $gl-text-color;
$gl-header-color: $gl-title-color;