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:
authorPhil Hughes <me@iamphill.com>2017-06-16 14:05:23 +0300
committerPhil Hughes <me@iamphill.com>2017-06-21 16:45:23 +0300
commit9e6113a293d8a8ea956db160a8b5c74db0f3aa93 (patch)
treeff475f658cc7191ee8aa0bdda0f92d79cb578d72 /app/assets/stylesheets/framework/header.scss
parentb9ba97f135b8dae6afecf6129a70b3c905333be1 (diff)
spacing fixes
made the title a link back to the dashboard [ci skip]
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index e7d58449cec..c2a17c22524 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -227,7 +227,7 @@ header {
}
a {
- color: $gl-text-color;
+ color: currentColor;
&:hover {
text-decoration: underline;