summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-31 18:07:29 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-03-31 18:07:29 +0200
commit6ed46aad153dc97d6e0340c0c218ec948036d7ff (patch)
tree3efd659d9972dd5231f71f1335a9d69d7de92553 /app/assets/stylesheets/framework/variables.scss
parent80e1ce1dd74e077ab3f665db76af30cb68ee72c6 (diff)
downloadgitlab-ce-fix-header-colors.tar.gz
Fix icons color in the headerfix-header-colors
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-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 bb49ae396c7..0bac23f3d45 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -26,6 +26,7 @@ $gl-text-orange: #d90;
$gl-link-color: #3084bb;
$gl-dark-link-color: #333;
$gl-placeholder-color: #8f8f8f;
+$gl-icon-color: $gl-placeholder-color;
$gl-gray: $gl-text-color;
$gl-header-color: $gl-title-color;