Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvictorwu <victor@gitlab.com>2016-12-27 08:25:04 +0300
committervictorwu <victor@gitlab.com>2016-12-29 00:01:47 +0300
commit4815314b5c239134f5af44459888f63813ae7775 (patch)
tree7dcbdd3f67ed73944a6903c53f23330515b93118 /app/assets/stylesheets/framework/gitlab-theme.scss
parent19e3ab18af273d3d17deabe7e18cd78a3f903644 (diff)
About GitLab link in sidebar that links to help page
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab-theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index 1b52a6a8e71..d6566dc4ec9 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -80,6 +80,9 @@
}
}
+ .about-gitlab {
+ color: $color-light;
+ }
}
}
}